Color names in this palette
CSS code for this palette
/* CSS */
.blumine {
color: #2c5e72;
}
.coastal-calm {
color: #4f8c92;
}
.cold-front-green {
color: #83b4b4;
}
.aqua-glass {
color: #d0e6e1;
}
.belgian-cream {
color: #f9f1e1;
}
/* CSS Variables */
:root {
--blumine:#2c5e72;
--coastal-calm:#4f8c92;
--cold-front-green:#83b4b4;
--aqua-glass:#d0e6e1;
--belgian-cream:#f9f1e1;
}