Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-sorbet {
color: #ffad42;
}
.creamy-sweet-corn {
color: #f7c34b;
}
.wake-me-up {
color: #f5d65c;
}
.golden-blonde {
color: #efdf7b;
}
.golden-appeal {
color: #e3c059;
}
/* CSS Variables */
:root {
--mandarin-sorbet:#ffad42;
--creamy-sweet-corn:#f7c34b;
--wake-me-up:#f5d65c;
--golden-blonde:#efdf7b;
--golden-appeal:#e3c059;
}