Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pink-orange {
color: #ff9061;
}
.zinnia-gold {
color: #ffd980;
}
.citrus-punch {
color: #ffeb85;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--grapefruit-pulp:#ff6e61;
--pink-orange:#ff9061;
--zinnia-gold:#ffd980;
--citrus-punch:#ffeb85;
}