Color names in this palette
CSS code for this palette
/* CSS */
.hollandaise {
color: #ffec3d;
}
.bumblebee {
color: #ffc929;
}
.vitamin-c {
color: #ff9900;
}
.consumed-by-fire {
color: #f58019;
}
.nasturtium-flower {
color: #e64919;
}
/* CSS Variables */
:root {
--hollandaise:#ffec3d;
--bumblebee:#ffc929;
--vitamin-c:#ff9900;
--consumed-by-fire:#f58019;
--nasturtium-flower:#e64919;
}