Color names in this palette
CSS code for this palette
/* CSS */
.wood-violet {
color: #7a3e6d;
}
.confectionary {
color: #d1b2d2;
}
.fulgrim-pink {
color: #f6b1cf;
}
.lady-banksia {
color: #fce6a6;
}
.witty-green {
color: #b2d69e;
}
/* CSS Variables */
:root {
--wood-violet:#7a3e6d;
--confectionary:#d1b2d2;
--fulgrim-pink:#f6b1cf;
--lady-banksia:#fce6a6;
--witty-green:#b2d69e;
}