Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1d9a9a;
}
.montego-bay {
color: #3db8b8;
}
.throat-chakra {
color: #6dd5d3;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.let-it-snow {
color: #d7f4f2;
}
/* CSS Variables */
:root {
--sea-fantasy:#1d9a9a;
--montego-bay:#3db8b8;
--throat-chakra:#6dd5d3;
--ice-crystal-blue:#a4e5e2;
--let-it-snow:#d7f4f2;
}