Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.breakfast-biscuit {
color: #f8e4d3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.barely-bloomed {
color: #d6a8e1;
}
.chefchaouen-blue {
color: #a6d1e8;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--breakfast-biscuit:#f8e4d3;
--grapefruit-pulp:#ff6e61;
--barely-bloomed:#d6a8e1;
--chefchaouen-blue:#a6d1e8;
}