Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.sunny-side-up {
color: #ffd942;
}
.quack-quack {
color: #ffeb8a;
}
.glitter-yellow {
color: #f8d75d;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--sunny-side-up:#ffd942;
--quack-quack:#ffeb8a;
--glitter-yellow:#f8d75d;
--mandarin-peel:#ff9d00;
}