Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d6a4b9;
}
.eau-de-rose {
color: #e6b7d3;
}
.lavender-soap {
color: #f0c1e8;
}
.only-yesterday {
color: #f4d1b8;
}
.gentle-glow {
color: #f7e5bb;
}
/* CSS Variables */
:root {
--gizmo:#d6a4b9;
--eau-de-rose:#e6b7d3;
--lavender-soap:#f0c1e8;
--only-yesterday:#f4d1b8;
--gentle-glow:#f7e5bb;
}