Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f8b72a;
}
.ginger-milk {
color: #f6a655;
}
.monarch-orange {
color: #f59d66;
}
.blushing-apricot {
color: #f8bba5;
}
.pink-eraser {
color: #f29c9d;
}
/* CSS Variables */
:root {
--hot-sun:#f8b72a;
--ginger-milk:#f6a655;
--monarch-orange:#f59d66;
--blushing-apricot:#f8bba5;
--pink-eraser:#f29c9d;
}