Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.golden-aurelia {
color: #fff07a;
}
.candlelight-peach {
color: #f9a59f;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--golden-aurelia:#fff07a;
--candlelight-peach:#f9a59f;
--deep-blush:#e76a89;
}