Color names in this palette
CSS code for this palette
/* CSS */
.delicate-sapling {
color: #d5f6dd;
}
.uranus {
color: #b0e7f2;
}
.sandalwood-beige {
color: #f3d1af;
}
.sherbet-fruit {
color: #f8cab9;
}
.candy-coated {
color: #f2a1a8;
}
/* CSS Variables */
:root {
--delicate-sapling:#d5f6dd;
--uranus:#b0e7f2;
--sandalwood-beige:#f3d1af;
--sherbet-fruit:#f8cab9;
--candy-coated:#f2a1a8;
}