Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2a9;
}
.lemon-gelato {
color: #f9ea9f;
}
.light-bluish-water {
color: #a1dce3;
}
.smoky-grape {
color: #9d8da5;
}
.gumball {
color: #e3b0d4;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2a9;
--lemon-gelato:#f9ea9f;
--light-bluish-water:#a1dce3;
--smoky-grape:#9d8da5;
--gumball:#e3b0d4;
}