Color names in this palette
CSS code for this palette
/* CSS */
.cooler-than-ever {
color: #75baff;
}
.cobalite {
color: #a19afe;
}
.wild-watermelon {
color: #ff6b81;
}
.rite-of-spring {
color: #ffeba8;
}
.victorian-greenhouse {
color: #00b893;
}
/* CSS Variables */
:root {
--cooler-than-ever:#75baff;
--cobalite:#a19afe;
--wild-watermelon:#ff6b81;
--rite-of-spring:#ffeba8;
--victorian-greenhouse:#00b893;
}