Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.mom-s-pancake {
color: #f6c451;
}
.storm-lightning {
color: #f9e79f;
}
.rose-mallow {
color: #f3aaca;
}
.crushed-berries {
color: #d65c99;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--mom-s-pancake:#f6c451;
--storm-lightning:#f9e79f;
--rose-mallow:#f3aaca;
--crushed-berries:#d65c99;
}