Color names in this palette
CSS code for this palette
/* CSS */
.shandy {
color: #ffe770;
}
.common-dandelion {
color: #ffd65c;
}
.floral-leaf {
color: #ffb84d;
}
.hawaiian-passion {
color: #ffa13d;
}
.bright-mango {
color: #ff8c2e;
}
/* CSS Variables */
:root {
--shandy:#ffe770;
--common-dandelion:#ffd65c;
--floral-leaf:#ffb84d;
--hawaiian-passion:#ffa13d;
--bright-mango:#ff8c2e;
}