Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.dilly-dally {
color: #f6df60;
}
.dingy-sticky-note {
color: #e7f2a6;
}
.celestial-light {
color: #c8daea;
}
.cool-dusk {
color: #789dab;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--dilly-dally:#f6df60;
--dingy-sticky-note:#e7f2a6;
--celestial-light:#c8daea;
--cool-dusk:#789dab;
}