Color names in this palette
CSS code for this palette
/* CSS */
.bright-sun {
color: #e6b82d;
}
.phellodendron-amurense {
color: #f3c539;
}
.beach-party {
color: #f8cf5d;
}
.daisy-desi {
color: #fddf8b;
}
.joyous {
color: #ffecb3;
}
/* CSS Variables */
:root {
--bright-sun:#e6b82d;
--phellodendron-amurense:#f3c539;
--beach-party:#f8cf5d;
--daisy-desi:#fddf8b;
--joyous:#ffecb3;
}