Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9b61;
}
.orange-quench {
color: #ffbd61;
}
.aspen-gold {
color: #ffd561;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9b61;
--orange-quench:#ffbd61;
--aspen-gold:#ffd561;
--peach-of-mind:#ffe3b3;
}