Color names in this palette
CSS code for this palette
/* CSS */
.star-studded {
color: #f9ebae;
}
.almond-cream {
color: #f3c1a0;
}
.candy-coated {
color: #f1a2aa;
}
.bright-ube {
color: #d599eb;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--star-studded:#f9ebae;
--almond-cream:#f3c1a0;
--candy-coated:#f1a2aa;
--bright-ube:#d599eb;
--terrace-pool:#a3d6e0;
}