Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.byzantine {
color: #b83d9b;
}
.california-peach {
color: #fbc16a;
}
.james-blonde {
color: #f1e5b7;
}
.causeway {
color: #6e7a8c;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--byzantine:#b83d9b;
--california-peach:#fbc16a;
--james-blonde:#f1e5b7;
--causeway:#6e7a8c;
}