Color names in this palette
CSS code for this palette
/* CSS */
.queer-purple {
color: #b670eb;
}
.cyan-sky {
color: #00b2b3;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.sweetheart {
color: #f4c3d6;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--queer-purple:#b670eb;
--cyan-sky:#00b2b3;
--chefchaouen-blue:#a1d3e8;
--sweetheart:#f4c3d6;
--vitamin-c:#ff9900;
}