Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f6c54c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.bricks-of-hope {
color: #d95b59;
}
.dangerously-red {
color: #d9473a;
}
.heath-spotted-orchid {
color: #a45b9e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f6c54c;
--apricot-glazed-chicken:#f5a524;
--bricks-of-hope:#d95b59;
--dangerously-red:#d9473a;
--heath-spotted-orchid:#a45b9e;
}