Color names in this palette
CSS code for this palette
/* CSS */
.maroon-flush {
color: #c3224d;
}
.mandarin-red {
color: #e64b3d;
}
.squash-blossom {
color: #f6b83c;
}
.banana-yogurt {
color: #f8e8b4;
}
.royal-peacock {
color: #29afe0;
}
/* CSS Variables */
:root {
--maroon-flush:#c3224d;
--mandarin-red:#e64b3d;
--squash-blossom:#f6b83c;
--banana-yogurt:#f8e8b4;
--royal-peacock:#29afe0;
}