Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #e2b1df;
}
.wisteria {
color: #a57dba;
}
.pure-mauve {
color: #684f92;
}
.national-anthem {
color: #3e6e98;
}
.blue-mediterranean {
color: #1c7e9b;
}
/* CSS Variables */
:root {
--barely-bloomed:#e2b1df;
--wisteria:#a57dba;
--pure-mauve:#684f92;
--national-anthem:#3e6e98;
--blue-mediterranean:#1c7e9b;
}