Color names in this palette
CSS code for this palette
/* CSS */
.mouse-nose {
color: #ffe4b3;
}
.tomorrow-s-coral {
color: #ffc2a3;
}
.flash-in-the-pan {
color: #ff9a75;
}
.blistering-mars {
color: #ff6c52;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--mouse-nose:#ffe4b3;
--tomorrow-s-coral:#ffc2a3;
--flash-in-the-pan:#ff9a75;
--blistering-mars:#ff6c52;
--dusk-orange:#ff4d3d;
}