Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e2a2d4;
}
.canter-peach {
color: #f7d5bb;
}
.bleached-sunflower {
color: #f9e8a4;
}
.reef-refractions {
color: #d3f3a0;
}
.teal-deer {
color: #9ce7b4;
}
/* CSS Variables */
:root {
--exotic-violet:#e2a2d4;
--canter-peach:#f7d5bb;
--bleached-sunflower:#f9e8a4;
--reef-refractions:#d3f3a0;
--teal-deer:#9ce7b4;
}