Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f6e69d;
}
.pallid-orange {
color: #f9b69f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fireglow {
color: #d95c3f;
}
.valiant-poppy {
color: #b93b2d;
}
/* CSS Variables */
:root {
--storm-lightning:#f6e69d;
--pallid-orange:#f9b69f;
--grapefruit-pulp:#ff6e61;
--fireglow:#d95c3f;
--valiant-poppy:#b93b2d;
}