Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d4a5b3;
}
.parfait-pink {
color: #e4b4c5;
}
.sweetheart {
color: #f2c5d6;
}
.wishy-washy-lilies {
color: #f5e0e7;
}
.lynx-white {
color: #f7f8f6;
}
/* CSS Variables */
:root {
--gizmo:#d4a5b3;
--parfait-pink:#e4b4c5;
--sweetheart:#f2c5d6;
--wishy-washy-lilies:#f5e0e7;
--lynx-white:#f7f8f6;
}