Color names in this palette
CSS code for this palette
/* CSS */
.super-violet {
color: #795a8c;
}
.wonder-wish {
color: #a47998;
}
.gizmo {
color: #d6a4b8;
}
.silver-strawberry {
color: #f1c1c1;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--super-violet:#795a8c;
--wonder-wish:#a47998;
--gizmo:#d6a4b8;
--silver-strawberry:#f1c1c1;
--noodles:#f9e3b4;
}