Color names in this palette
CSS code for this palette
/* CSS */
.ocean-green {
color: #3b9b6e;
}
.enchanted-emerald {
color: #7dd4a1;
}
.menthol-kiss {
color: #a2e2d5;
}
.gold-sand {
color: #f6e5a7;
}
.precious-pink {
color: #f4b3b3;
}
/* CSS Variables */
:root {
--ocean-green:#3b9b6e;
--enchanted-emerald:#7dd4a1;
--menthol-kiss:#a2e2d5;
--gold-sand:#f6e5a7;
--precious-pink:#f4b3b3;
}