Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d6e2;
}
.lazy-daisy {
color: #f7e9a1;
}
.petals-unfolding {
color: #f4b8c4;
}
.diamond-white {
color: #e0f3f5;
}
.mint-cocktail-green {
color: #b3e5b3;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d6e2;
--lazy-daisy:#f7e9a1;
--petals-unfolding:#f4b8c4;
--diamond-white:#e0f3f5;
--mint-cocktail-green:#b3e5b3;
}