Color names in this palette
CSS code for this palette
/* CSS */
.silver-rust {
color: #c3a1e2;
}
.prickly-purple {
color: #a26abe;
}
.bright-ube {
color: #d599eb;
}
.glittering-gemstone {
color: #e1b9e9;
}
.windsor-way {
color: #a2c6e7;
}
/* CSS Variables */
:root {
--silver-rust:#c3a1e2;
--prickly-purple:#a26abe;
--bright-ube:#d599eb;
--glittering-gemstone:#e1b9e9;
--windsor-way:#a2c6e7;
}