Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.tan-whirl {
color: #f2d5cf;
}
.bay {
color: #b5e3d3;
}
.swimming-pool-green {
color: #a7d3c0;
}
.blue-shutters {
color: #90bce4;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--tan-whirl:#f2d5cf;
--bay:#b5e3d3;
--swimming-pool-green:#a7d3c0;
--blue-shutters:#90bce4;
}