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