Color names in this palette
CSS code for this palette
/* CSS */
.celadon {
color: #ade1af;
}
.coastal-foam {
color: #b0e3c4;
}
.pastel-jade {
color: #d4f2e1;
}
.grass-valley {
color: #f3f9f0;
}
.smooth-satin {
color: #a3d7d1;
}
/* CSS Variables */
:root {
--celadon:#ade1af;
--coastal-foam:#b0e3c4;
--pastel-jade:#d4f2e1;
--grass-valley:#f3f9f0;
--smooth-satin:#a3d7d1;
}