Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f5b2c5;
}
.demure-pink {
color: #f8d3c4;
}
.pearl-yellow {
color: #f2e2ba;
}
.glaucous-green {
color: #b4e4c5;
}
.water-flow {
color: #79c8d7;
}
/* CSS Variables */
:root {
--cupid:#f5b2c5;
--demure-pink:#f8d3c4;
--pearl-yellow:#f2e2ba;
--glaucous-green:#b4e4c5;
--water-flow:#79c8d7;
}