Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.terrace-pool {
color: #a3d6e0;
}
.snow-pea {
color: #6ccb79;
}
.vanilla-pudding {
color: #f9e66c;
}
.candy-heart-pink {
color: #f7a1a1;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f6b6e0;
--terrace-pool:#a3d6e0;
--snow-pea:#6ccb79;
--vanilla-pudding:#f9e66c;
--candy-heart-pink:#f7a1a1;
}