Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.electric-lemonade {
color: #5ed3e8;
}
.powder-blue {
color: #b1e0e7;
}
.yellow-chalk {
color: #f4ffb3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--electric-lemonade:#5ed3e8;
--powder-blue:#b1e0e7;
--yellow-chalk:#f4ffb3;
--grapefruit-pulp:#ff6e61;
}