Color names in this palette
CSS code for this palette
/* CSS */
.glittering-gemstone {
color: #e2c1e2;
}
.radiant-orchid {
color: #a85d9b;
}
.siesta-rose {
color: #eb7a7a;
}
.crunch {
color: #f3b75e;
}
.distressed-white {
color: #f2e7ca;
}
/* CSS Variables */
:root {
--glittering-gemstone:#e2c1e2;
--radiant-orchid:#a85d9b;
--siesta-rose:#eb7a7a;
--crunch:#f3b75e;
--distressed-white:#f2e7ca;
}