Color names in this palette
CSS code for this palette
/* CSS */
.mouse-nose {
color: #ffe4b3;
}
.whipped-apricot {
color: #ffd199;
}
.desert-dessert {
color: #ffb86b;
}
.hawaiian-passion {
color: #ff9b3d;
}
.pumpkin {
color: #ff791a;
}
/* CSS Variables */
:root {
--mouse-nose:#ffe4b3;
--whipped-apricot:#ffd199;
--desert-dessert:#ffb86b;
--hawaiian-passion:#ff9b3d;
--pumpkin:#ff791a;
}