Color names in this palette
CSS code for this palette
/* CSS */
.lagoon {
color: #4b9b8f;
}
.cupid {
color: #f6b1c5;
}
.adrift-on-the-nile {
color: #90b9e4;
}
.frozen-forest {
color: #d3e7b6;
}
.frost-bite {
color: #f6f0e4;
}
/* CSS Variables */
:root {
--lagoon:#4b9b8f;
--cupid:#f6b1c5;
--adrift-on-the-nile:#90b9e4;
--frozen-forest:#d3e7b6;
--frost-bite:#f6f0e4;
}