Color names in this palette
CSS code for this palette
/* CSS */
.teal-dark-blue {
color: #114c5f;
}
.bermuda {
color: #1a7d8e;
}
.waterfall {
color: #3bb5a1;
}
.yucca-cream {
color: #a1d9c9;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--teal-dark-blue:#114c5f;
--bermuda:#1a7d8e;
--waterfall:#3bb5a1;
--yucca-cream:#a1d9c9;
--cameo-cream:#f4e2c3;
}