Color names in this palette
CSS code for this palette
/* CSS */
.deep-marine {
color: #2f636a;
}
.mirage-lake {
color: #4b918d;
}
.tropic-tide {
color: #6fbeb9;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.distant-horizon {
color: #f1f8f7;
}
/* CSS Variables */
:root {
--deep-marine:#2f636a;
--mirage-lake:#4b918d;
--tropic-tide:#6fbeb9;
--ice-crystal-blue:#a4e5e2;
--distant-horizon:#f1f8f7;
}