Color names in this palette
CSS code for this palette
/* CSS */
.baby-blue {
color: #9ed5ff;
}
.ocean-in-a-bowl {
color: #69d8b9;
}
.scalloped-oak {
color: #f3d0a0;
}
.ibis {
color: #f1b6c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--baby-blue:#9ed5ff;
--ocean-in-a-bowl:#69d8b9;
--scalloped-oak:#f3d0a0;
--ibis:#f1b6c1;
--grapefruit-pulp:#ff6e61;
}