Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #71a3b7;
}
.citrus-splash {
color: #ffc300;
}
.honey-carrot-cake {
color: #ff9a57;
}
.orange-ochre {
color: #d97c30;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#71a3b7;
--citrus-splash:#ffc300;
--honey-carrot-cake:#ff9a57;
--orange-ochre:#d97c30;
}