Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.bright-mango {
color: #ff8c2e;
}
.pale-marigold {
color: #ffbd42;
}
.sun-drenched {
color: #ffeaa3;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--bright-mango:#ff8c2e;
--pale-marigold:#ffbd42;
--sun-drenched:#ffeaa3;
--shalimar:#f8f9a9;
}