Color names in this palette
CSS code for this palette
/* CSS */
.citrus-sachet {
color: #f3c7a5;
}
.seasonal-beige {
color: #e9b89f;
}
.akak-red {
color: #f08060;
}
.dusty-orange {
color: #da714e;
}
.hot-chilli {
color: #b5513b;
}
/* CSS Variables */
:root {
--citrus-sachet:#f3c7a5;
--seasonal-beige:#e9b89f;
--akak-red:#f08060;
--dusty-orange:#da714e;
--hot-chilli:#b5513b;
}