Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cadb;
}
.sweet-lilac {
color: #eab8d1;
}
.gizmo {
color: #d9a0b7;
}
.fallen-blossoms {
color: #f0b2c4;
}
.reduced-pink {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--baby-steps:#f7cadb;
--sweet-lilac:#eab8d1;
--gizmo:#d9a0b7;
--fallen-blossoms:#f0b2c4;
--reduced-pink:#f6e4e4;
}