Color names in this palette
CSS code for this palette
/* CSS */
.immersed {
color: #1f5151;
}
.zirconia-teal {
color: #2a7e7e;
}
.bianchi-green {
color: #3dc7c7;
}
.robin-s-egg {
color: #70f5f5;
}
.waterspout {
color: #a0f8f8;
}
/* CSS Variables */
:root {
--immersed:#1f5151;
--zirconia-teal:#2a7e7e;
--bianchi-green:#3dc7c7;
--robin-s-egg:#70f5f5;
--waterspout:#a0f8f8;
}