Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.ibis {
color: #f1b1c1;
}
.yellow-tulip {
color: #f5d270;
}
.fire-flower {
color: #f78d36;
}
.pink-punch {
color: #d2466c;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--ibis:#f1b1c1;
--yellow-tulip:#f5d270;
--fire-flower:#f78d36;
--pink-punch:#d2466c;
}