Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.dodgeroll-gold {
color: #f39c12;
}
.chaat-masala {
color: #e77e27;
}
.mod-orange {
color: #d75b3c;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--dodgeroll-gold:#f39c12;
--chaat-masala:#e77e27;
--mod-orange:#d75b3c;
--valiant-poppy:#bf3a2b;
}