Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.floral-leaf {
color: #ffb84d;
}
.bumblebee {
color: #ffc929;
}
.hollandaise {
color: #ffec3d;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--floral-leaf:#ffb84d;
--bumblebee:#ffc929;
--hollandaise:#ffec3d;
--vitamin-c:#ff9900;
}