Color names in this palette
CSS code for this palette
/* CSS */
.guppy-violet {
color: #b05e82;
}
.sweet-lilac {
color: #eab8d1;
}
.nursery-pink {
color: #f6d5e9;
}
.gizmo {
color: #d3a1b5;
}
.raspberry-parfait {
color: #b95f7d;
}
/* CSS Variables */
:root {
--guppy-violet:#b05e82;
--sweet-lilac:#eab8d1;
--nursery-pink:#f6d5e9;
--gizmo:#d3a1b5;
--raspberry-parfait:#b95f7d;
}