Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e7b1d1;
}
.coral-bisque {
color: #f5c4b2;
}
.storm-lightning {
color: #f9e89f;
}
.cactus-spike {
color: #c3e0a3;
}
.blue-frosting {
color: #80d1c2;
}
/* CSS Variables */
:root {
--gumball:#e7b1d1;
--coral-bisque:#f5c4b2;
--storm-lightning:#f9e89f;
--cactus-spike:#c3e0a3;
--blue-frosting:#80d1c2;
}