Color names in this palette
CSS code for this palette
/* CSS */
.rusty-sand {
color: #edb482;
}
.mille-feuille {
color: #f2c97d;
}
.crunch {
color: #f2b75f;
}
.chat-orange {
color: #f89c3f;
}
.bitter-orange {
color: #d77c2d;
}
/* CSS Variables */
:root {
--rusty-sand:#edb482;
--mille-feuille:#f2c97d;
--crunch:#f2b75f;
--chat-orange:#f89c3f;
--bitter-orange:#d77c2d;
}