Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.capital-yellow {
color: #eab843;
}
.glitter-yellow {
color: #f7d859;
}
.blended-fruit {
color: #f9e1a4;
}
.bad-moon-yellow {
color: #f2e6b5;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--capital-yellow:#eab843;
--glitter-yellow:#f7d859;
--blended-fruit:#f9e1a4;
--bad-moon-yellow:#f2e6b5;
}