/* CSS */
.color-1 {
color: #5ABF8B;
}
.color-2 {
color: #F3DA5E;
}
.color-3 {
color: #F68B28;
}
.color-4 {
color: #E0425D;
}
.color-5 {
color: #3C3A92;
}
/* CSS Variables */
:root {
--color-1: #5ABF8B;
--color-2: #F3DA5E;
--color-3: #F68B28;
--color-4: #E0425D;
--color-5: #3C3A92;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ABF8B, #F3DA5E, #F68B28, #E0425D, #3C3A92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ABF8B, #F3DA5E, #F68B28, #E0425D, #3C3A92);
}
Royal Jungle Sunset color palette created on .