/* CSS */
.color-1 {
color: #FF6E61;
}
.color-2 {
color: #FF998A;
}
.color-3 {
color: #FFCD8F;
}
.color-4 {
color: #FFDD8F;
}
.color-5 {
color: #FFDFB3;
}
/* CSS Variables */
:root {
--color-1: #FF6E61;
--color-2: #FF998A;
--color-3: #FFCD8F;
--color-4: #FFDD8F;
--color-5: #FFDFB3;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF6E61, #FF998A, #FFCD8F, #FFDD8F, #FFDFB3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF6E61, #FF998A, #FFCD8F, #FFDD8F, #FFDFB3);
}
Sunset Blush color palette created on .