Color names in this palette
CSS code for this palette
/* CSS */
.pixel-cream {
color: #f8d482;
}
.squash-blossom {
color: #f6b83c;
}
.sohi-red {
color: #e05d38;
}
.california-wine {
color: #c84c64;
}
.purple-excellency {
color: #913b91;
}
/* CSS Variables */
:root {
--pixel-cream:#f8d482;
--squash-blossom:#f6b83c;
--sohi-red:#e05d38;
--california-wine:#c84c64;
--purple-excellency:#913b91;
}