Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.energy-yellow {
color: #f8d64f;
}
.bleached-sunflower {
color: #f9e8a4;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--energy-yellow:#f8d64f;
--bleached-sunflower:#f9e8a4;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}