Color names in this palette
CSS code for this palette
/* CSS */
.punch-out-glove {
color: #6b8eff;
}
.wondrous-wisteria {
color: #a6b1f2;
}
.glittering-gemstone {
color: #e2c1e2;
}
.pink-plastic-fantastic {
color: #ff7ac6;
}
.peach-butter {
color: #ffab3d;
}
/* CSS Variables */
:root {
--punch-out-glove:#6b8eff;
--wondrous-wisteria:#a6b1f2;
--glittering-gemstone:#e2c1e2;
--pink-plastic-fantastic:#ff7ac6;
--peach-butter:#ffab3d;
}