Color names in this palette
CSS code for this palette
/* CSS */
.bleached-aqua {
color: #bae3e3;
}
.lolly-ice {
color: #a6d9d4;
}
.blue-green-gem {
color: #7dcac6;
}
.freshwater {
color: #4ba9b9;
}
.bermuda {
color: #1f7c8e;
}
/* CSS Variables */
:root {
--bleached-aqua:#bae3e3;
--lolly-ice:#a6d9d4;
--blue-green-gem:#7dcac6;
--freshwater:#4ba9b9;
--bermuda:#1f7c8e;
}