Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d3e4f8;
}
.ocean-cruise {
color: #9fd5e0;
}
.pale-jade {
color: #76c6b1;
}
.american-yellow {
color: #f5b400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--freezing-vapor:#d3e4f8;
--ocean-cruise:#9fd5e0;
--pale-jade:#76c6b1;
--american-yellow:#f5b400;
--grapefruit-pulp:#ff6e61;
}