Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f2a6b1;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.bay {
color: #b2e0d0;
}
.ocean-cruise {
color: #9ed4e0;
}
.winter-lakes {
color: #5e95d4;
}
/* CSS Variables */
:root {
--pink-fit:#f2a6b1;
--enjoyable-yellow:#f6d5a7;
--bay:#b2e0d0;
--ocean-cruise:#9ed4e0;
--winter-lakes:#5e95d4;
}