Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c0;
}
.pink-frosting {
color: #f7d4e2;
}
.prom-corsage {
color: #e6c5e7;
}
.light-blue-grey {
color: #b7c9e1;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--ibis:#f3b4c0;
--pink-frosting:#f7d4e2;
--prom-corsage:#e6c5e7;
--light-blue-grey:#b7c9e1;
--ganon-blue:#a1dff7;
}