Color names in this palette
CSS code for this palette
/* CSS */
.water-leaf {
color: #b6ece0;
}
.limpet-shell {
color: #90e0d9;
}
.ocean-in-a-bowl {
color: #69d8b9;
}
.butter-cream {
color: #f5b042;
}
.jasper {
color: #d93f3f;
}
/* CSS Variables */
:root {
--water-leaf:#b6ece0;
--limpet-shell:#90e0d9;
--ocean-in-a-bowl:#69d8b9;
--butter-cream:#f5b042;
--jasper:#d93f3f;
}