Color names in this palette
CSS code for this palette
/* CSS */
.nauseous-blue {
color: #4a3c8b;
}
.fuchsia-blue {
color: #7b5dbb;
}
.bell-heather {
color: #a57ab3;
}
.mulled-spice {
color: #d6a17a;
}
.sango-pink {
color: #f4b1a9;
}
/* CSS Variables */
:root {
--nauseous-blue:#4a3c8b;
--fuchsia-blue:#7b5dbb;
--bell-heather:#a57ab3;
--mulled-spice:#d6a17a;
--sango-pink:#f4b1a9;
}