Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9a57;
}
.zinnia-gold {
color: #ffd780;
}
.cerulean-frost {
color: #6b9bc2;
}
.deep-ultramarine {
color: #3e4e8e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9a57;
--zinnia-gold:#ffd780;
--cerulean-frost:#6b9bc2;
--deep-ultramarine:#3e4e8e;
}