Color names in this palette
CSS code for this palette
/* CSS */
.queer-purple {
color: #b670eb;
}
.cyan-sky {
color: #00b0b3;
}
.turquoise-chalk {
color: #71e5df;
}
.rich-brilliant-lavender {
color: #f2a6f7;
}
.lavender-blossom {
color: #b57fdc;
}
/* CSS Variables */
:root {
--queer-purple:#b670eb;
--cyan-sky:#00b0b3;
--turquoise-chalk:#71e5df;
--rich-brilliant-lavender:#f2a6f7;
--lavender-blossom:#b57fdc;
}