Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
.warming-heart {
color: #d84d3b;
}
.dithered-sky {
color: #c2dfff;
}
.raftsman {
color: #3d5c99;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
--warming-heart:#d84d3b;
--dithered-sky:#c2dfff;
--raftsman:#3d5c99;
}