Color names in this palette
CSS code for this palette
/* CSS */
.shandy {
color: #ffe770;
}
.vibrant {
color: #ffd54d;
}
.bright-bubble {
color: #ffc229;
}
.sunflower-mango {
color: #ffb700;
}
.pico-orange {
color: #ffa200;
}
/* CSS Variables */
:root {
--shandy:#ffe770;
--vibrant:#ffd54d;
--bright-bubble:#ffc229;
--sunflower-mango:#ffb700;
--pico-orange:#ffa200;
}