Color names in this palette
CSS code for this palette
/* CSS */
.molten-core {
color: #ff5900;
}
.laddu-orange {
color: #ff8c1a;
}
.sunflower-mango {
color: #ffb700;
}
.mouse-nose {
color: #ffe4b3;
}
.daisy-white {
color: #f8f4e2;
}
/* CSS Variables */
:root {
--molten-core:#ff5900;
--laddu-orange:#ff8c1a;
--sunflower-mango:#ffb700;
--mouse-nose:#ffe4b3;
--daisy-white:#f8f4e2;
}