/* CSS */
.color-1 {
color: #D6C94C;
}
.color-2 {
color: #B3A33D;
}
.color-3 {
color: #8E6E29;
}
.color-4 {
color: #5C4D23;
}
.color-5 {
color: #38381E;
}
/* CSS Variables */
:root {
--color-1: #D6C94C;
--color-2: #B3A33D;
--color-3: #8E6E29;
--color-4: #5C4D23;
--color-5: #38381E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D6C94C, #B3A33D, #8E6E29, #5C4D23, #38381E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D6C94C, #B3A33D, #8E6E29, #5C4D23, #38381E);
}
Feathered Earthtones color palette created on .