Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.welcoming-wasp {
color: #f0a800;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.golden-nectar {
color: #ffda6b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--welcoming-wasp:#f0a800;
--deep-fried-sun-rays:#f8c75d;
--golden-nectar:#ffda6b;
}