Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.butter-muffin {
color: #f8e0b4;
}
.pretty-petunia {
color: #d9b3e6;
}
.fairy-sparkles {
color: #b1e1f7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--butter-muffin:#f8e0b4;
--pretty-petunia:#d9b3e6;
--fairy-sparkles:#b1e1f7;
--grapefruit-pulp:#ff6e61;
}