Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.chanterelles {
color: #ffc370;
}
.wake-me-up {
color: #f2d65a;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--chanterelles:#ffc370;
--wake-me-up:#f2d65a;
--ucla-gold:#ffb300;
}