Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.poodle-skirt {
color: #ffb3ba;
}
.tunisian-stone {
color: #ffdfb3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--poodle-skirt:#ffb3ba;
--tunisian-stone:#ffdfb3;
}