Color names in this palette
CSS code for this palette
/* CSS */
.freshly-purpleized {
color: #5b4e7e;
}
.divine {
color: #9a7c9c;
}
.blushing-sky {
color: #d7b2d5;
}
.pretty-in-pink {
color: #f8c4e7;
}
.ultra-red {
color: #f76985;
}
/* CSS Variables */
:root {
--freshly-purpleized:#5b4e7e;
--divine:#9a7c9c;
--blushing-sky:#d7b2d5;
--pretty-in-pink:#f8c4e7;
--ultra-red:#f76985;
}