Color names in this palette
CSS code for this palette
/* CSS */
.valentine-heart {
color: #b77b9b;
}
.gizmo {
color: #d69fb8;
}
.french-lilac {
color: #e3b5d6;
}
.poodle-pink {
color: #f1d0e9;
}
.sunset-pink {
color: #fbd5e2;
}
/* CSS Variables */
:root {
--valentine-heart:#b77b9b;
--gizmo:#d69fb8;
--french-lilac:#e3b5d6;
--poodle-pink:#f1d0e9;
--sunset-pink:#fbd5e2;
}