Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-red {
color: #e74d3c;
}
.valiant-poppy {
color: #bf3a2b;
}
.vivid-burgundy {
color: #9b1c2f;
}
.vino-tinto {
color: #4a1c24;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mandarin-red:#e74d3c;
--valiant-poppy:#bf3a2b;
--vivid-burgundy:#9b1c2f;
--vino-tinto:#4a1c24;
}