/* CSS */
.color-1 {
color: #D8726E;
}
.color-2 {
color: #D9A281;
}
.color-3 {
color: #E6A3AA;
}
.color-4 {
color: #E699C7;
}
.color-5 {
color: #EA8FA4;
}
/* CSS Variables */
:root {
--color-1: #D8726E;
--color-2: #D9A281;
--color-3: #E6A3AA;
--color-4: #E699C7;
--color-5: #EA8FA4;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D8726E, #D9A281, #E6A3AA, #E699C7, #EA8FA4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D8726E, #D9A281, #E6A3AA, #E699C7, #EA8FA4);
}
Rosy Earthtones color palette created on .