Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b0;
}
.in-the-pink {
color: #f3c4ce;
}
.y-sh-b-i-white {
color: #c1e1e1;
}
.aqua-island {
color: #a2d7d6;
}
.riverside-blue {
color: #68afc4;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b0;
--in-the-pink:#f3c4ce;
--y-sh-b-i-white:#c1e1e1;
--aqua-island:#a2d7d6;
--riverside-blue:#68afc4;
}