Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.faded-sunlight {
color: #ffcb6b;
}
.the-first-daffodil {
color: #ffee8f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--faded-sunlight:#ffcb6b;
--the-first-daffodil:#ffee8f;
--grapefruit-pulp:#ff6e61;
--carmine:#d60032;
}