Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #e4afe0;
}
.firm-pink {
color: #d68fcc;
}
.prickly-purple {
color: #a266b2;
}
.regal-azure {
color: #6b73b3;
}
.mountain-bluebird {
color: #4b9cbe;
}
/* CSS Variables */
:root {
--barely-bloomed:#e4afe0;
--firm-pink:#d68fcc;
--prickly-purple:#a266b2;
--regal-azure:#6b73b3;
--mountain-bluebird:#4b9cbe;
}