/* CSS */
.color-1 {
color: #FF6E61;
}
.color-2 {
color: #FF9A6B;
}
.color-3 {
color: #FFBF6B;
}
.color-4 {
color: #FFD97A;
}
.color-5 {
color: #FFF1A3;
}
/* CSS Variables */
:root {
--color-1: #FF6E61;
--color-2: #FF9A6B;
--color-3: #FFBF6B;
--color-4: #FFD97A;
--color-5: #FFF1A3;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF6E61, #FF9A6B, #FFBF6B, #FFD97A, #FFF1A3);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF6E61, #FF9A6B, #FFBF6B, #FFD97A, #FFF1A3);
}Blush Of Sunrise color palette created on .