Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sandy-brown {
color: #f1a65b;
}
.salsa-sizzle {
color: #ea7d3e;
}
.fireglow {
color: #d65c3d;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sandy-brown:#f1a65b;
--salsa-sizzle:#ea7d3e;
--fireglow:#d65c3d;
--valiant-poppy:#bf3a2b;
}