/* CSS */
.color-1 {
color: #E7C8A7;
}
.color-2 {
color: #D19C7B;
}
.color-3 {
color: #B57B5E;
}
.color-4 {
color: #8C5B3B;
}
.color-5 {
color: #5C3A2E;
}
/* CSS Variables */
:root {
--color-1: #E7C8A7;
--color-2: #D19C7B;
--color-3: #B57B5E;
--color-4: #8C5B3B;
--color-5: #5C3A2E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E7C8A7, #D19C7B, #B57B5E, #8C5B3B, #5C3A2E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E7C8A7, #D19C7B, #B57B5E, #8C5B3B, #5C3A2E);
}
Desert Embrace color palette created on .