Color names in this palette
CSS code for this palette
/* CSS */
.mouse-nose {
color: #ffe4b3;
}
.marigold-dust {
color: #f4cf3e;
}
.honey-glow {
color: #eab543;
}
.sundown {
color: #f5c99e;
}
.caramelo-dulce {
color: #d59f6d;
}
/* CSS Variables */
:root {
--mouse-nose:#ffe4b3;
--marigold-dust:#f4cf3e;
--honey-glow:#eab543;
--sundown:#f5c99e;
--caramelo-dulce:#d59f6d;
}