Color names in this palette
CSS code for this palette
/* CSS */
.bluette {
color: #9fc1d6;
}
.powder-blue {
color: #b1e1e7;
}
.corn-field {
color: #f6f3c6;
}
.allspice {
color: #f9cca9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bluette:#9fc1d6;
--powder-blue:#b1e1e7;
--corn-field:#f6f3c6;
--allspice:#f9cca9;
--grapefruit-pulp:#ff6e61;
}