Color names in this palette
CSS code for this palette
/* CSS */
.immersed {
color: #1f5151;
}
.ming {
color: #3d7676;
}
.caulerpa-lentillifera {
color: #5b9a9a;
}
.pure-turquoise {
color: #7ac2c2;
}
.ice-crystal-blue {
color: #a5e4e4;
}
/* CSS Variables */
:root {
--immersed:#1f5151;
--ming:#3d7676;
--caulerpa-lentillifera:#5b9a9a;
--pure-turquoise:#7ac2c2;
--ice-crystal-blue:#a5e4e4;
}