Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.citrus-splash {
color: #ffc300;
}
.morning-s-egg {
color: #d9bf78;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--citrus-splash:#ffc300;
--morning-s-egg:#d9bf78;
--blood-burst:#ff4d4d;
}