Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.love-spell {
color: #f6b6c2;
}
.coy-pink {
color: #f9dad7;
}
.aqua-spray {
color: #a3e0d8;
}
.pink-booties {
color: #f0e0e5;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--love-spell:#f6b6c2;
--coy-pink:#f9dad7;
--aqua-spray:#a3e0d8;
--pink-booties:#f0e0e5;
}