Color names in this palette
CSS code for this palette
/* CSS */
.aquamarine-blue {
color: #6fd8e2;
}
.sea-serpent {
color: #4ac8d3;
}
.river-blue {
color: #37b2c8;
}
.tropical-lagoon {
color: #1f9cb2;
}
.mitchell-blue {
color: #0b7b9d;
}
/* CSS Variables */
:root {
--aquamarine-blue:#6fd8e2;
--sea-serpent:#4ac8d3;
--river-blue:#37b2c8;
--tropical-lagoon:#1f9cb2;
--mitchell-blue:#0b7b9d;
}