Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.floral-leaf {
color: #ffb84d;
}
.peach-orange {
color: #ffcc99;
}
.grapefruit {
color: #ff5c5c;
}
.jasper {
color: #d93f3f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--floral-leaf:#ffb84d;
--peach-orange:#ffcc99;
--grapefruit:#ff5c5c;
--jasper:#d93f3f;
}