Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.damson-plum {
color: #d89edb;
}
.wisteria {
color: #a67bc1;
}
.poppy-pompadour {
color: #70439d;
}
.mystic-nights {
color: #4b2c77;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--damson-plum:#d89edb;
--wisteria:#a67bc1;
--poppy-pompadour:#70439d;
--mystic-nights:#4b2c77;
}