/* CSS */
.color-1 {
color: #F7E1C5;
}
.color-2 {
color: #F1B3A2;
}
.color-3 {
color: #E89C87;
}
.color-4 {
color: #E27A6A;
}
.color-5 {
color: #D0535B;
}
/* CSS Variables */
:root {
--color-1: #F7E1C5;
--color-2: #F1B3A2;
--color-3: #E89C87;
--color-4: #E27A6A;
--color-5: #D0535B;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F7E1C5, #F1B3A2, #E89C87, #E27A6A, #D0535B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F7E1C5, #F1B3A2, #E89C87, #E27A6A, #D0535B);
}
Tender Elegance color palette created on .