Color names in this palette
CSS code for this palette
/* CSS */
.sunglow {
color: #ffcc33;
}
.sunny-side-up {
color: #ffd942;
}
.caduceus-gold {
color: #ffeb66;
}
.the-first-daffodil {
color: #fff68f;
}
.vic-20-creme {
color: #ffffb3;
}
/* CSS Variables */
:root {
--sunglow:#ffcc33;
--sunny-side-up:#ffd942;
--caduceus-gold:#ffeb66;
--the-first-daffodil:#fff68f;
--vic-20-creme:#ffffb3;
}