Color names in this palette
CSS code for this palette
/* CSS */
.valiant-poppy {
color: #b73c2a;
}
.strawberry-avalanche {
color: #f0523d;
}
.lightning-yellow {
color: #f69f2c;
}
.sundance {
color: #f9c56c;
}
.blended-fruit {
color: #f9e5a4;
}
/* CSS Variables */
:root {
--valiant-poppy:#b73c2a;
--strawberry-avalanche:#f0523d;
--lightning-yellow:#f69f2c;
--sundance:#f9c56c;
--blended-fruit:#f9e5a4;
}