Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.sunglow {
color: #ffcc33;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.hello-yellow {
color: #ffe59e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--sunglow:#ffcc33;
--glitter-is-not-gold:#ffdd57;
--hello-yellow:#ffe59e;
--grapefruit-pulp:#ff6e61;
}