Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.cape-jasmine {
color: #ffb85c;
}
.peach-orange {
color: #ffce99;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bubblegum {
color: #e85e75;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--cape-jasmine:#ffb85c;
--peach-orange:#ffce99;
--grapefruit-pulp:#ff6e61;
--bubblegum:#e85e75;
}