Color names in this palette
CSS code for this palette
/* CSS */
.marmalade {
color: #d56f15;
}
.coral-sand {
color: #c78a4d;
}
.streusel-cake {
color: #d9aa5e;
}
.terra-sol {
color: #e6b57a;
}
.antique-wicker-basket {
color: #f2d2a1;
}
/* CSS Variables */
:root {
--marmalade:#d56f15;
--coral-sand:#c78a4d;
--streusel-cake:#d9aa5e;
--terra-sol:#e6b57a;
--antique-wicker-basket:#f2d2a1;
}