Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.lasting-thoughts {
color: #d7e4af;
}
.mr-frosty {
color: #a3c7dc;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mulberry-yogurt {
color: #c84c8e;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--lasting-thoughts:#d7e4af;
--mr-frosty:#a3c7dc;
--grapefruit-pulp:#ff6e61;
--mulberry-yogurt:#c84c8e;
}