Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunglow {
color: #ffcc33;
}
.golden-nectar {
color: #ffda6b;
}
.extreme-carrot {
color: #ff6d2e;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunglow:#ffcc33;
--golden-nectar:#ffda6b;
--extreme-carrot:#ff6d2e;
--coquelicot:#ff3c00;
}