Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.consumed-by-fire {
color: #f27c1c;
}
.mandarin-red {
color: #e74d3c;
}
.royal-intrigue {
color: #6a6f90;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--consumed-by-fire:#f27c1c;
--mandarin-red:#e74d3c;
--royal-intrigue:#6a6f90;
--olympic-blue:#4b91e2;
}