Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f2b1c0;
}
.pink-frosting {
color: #f5d6e1;
}
.syrian-violet {
color: #e0c8e5;
}
.bellagio-fountains {
color: #b5e3f2;
}
.southern-belle {
color: #a3d7c4;
}
/* CSS Variables */
:root {
--ibis:#f2b1c0;
--pink-frosting:#f5d6e1;
--syrian-violet:#e0c8e5;
--bellagio-fountains:#b5e3f2;
--southern-belle:#a3d7c4;
}