Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d3a6b5;
}
.serene-pink {
color: #f5c4b7;
}
.lemon-filling {
color: #f7e6a6;
}
.pistachio-green {
color: #a7d4a1;
}
.greek-sea {
color: #6da9e8;
}
/* CSS Variables */
:root {
--gizmo:#d3a6b5;
--serene-pink:#f5c4b7;
--lemon-filling:#f7e6a6;
--pistachio-green:#a7d4a1;
--greek-sea:#6da9e8;
}