Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b3;
}
.fringy-flower {
color: #b3e6b6;
}
.in-the-pink {
color: #f2c5cf;
}
.grape-green {
color: #a8e1a3;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b3;
--fringy-flower:#b3e6b6;
--in-the-pink:#f2c5cf;
--grape-green:#a8e1a3;
--hot-aquarelle-pink:#ffb3d9;
}