Color names in this palette
CSS code for this palette
/* CSS */
.la-la-love {
color: #c392b7;
}
.pink-grapefruit {
color: #f2bac7;
}
.storm-lightning {
color: #f9e89f;
}
.milky-maize {
color: #f8d8a0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--la-la-love:#c392b7;
--pink-grapefruit:#f2bac7;
--storm-lightning:#f9e89f;
--milky-maize:#f8d8a0;
--apricot-glazed-chicken:#f5a524;
}