Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.orange-pospsicle {
color: #f4a20b;
}
.shocking-orange {
color: #ff6d1f;
}
.painted-poppy {
color: #c84a3c;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--orange-pospsicle:#f4a20b;
--shocking-orange:#ff6d1f;
--painted-poppy:#c84a3c;
--true-purple:#6f2c90;
}