Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f4c8d9;
}
.sweet-lilac {
color: #eab8d1;
}
.gizmo {
color: #d9a0b8;
}
.tuileries-tint {
color: #b69dbe;
}
.blue-bows {
color: #a5c4d4;
}
/* CSS Variables */
:root {
--baby-steps:#f4c8d9;
--sweet-lilac:#eab8d1;
--gizmo:#d9a0b8;
--tuileries-tint:#b69dbe;
--blue-bows:#a5c4d4;
}