Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.island-aqua {
color: #2ab2af;
}
.neon-nazar {
color: #4edad7;
}
.ice-crystal-blue {
color: #a9e4e5;
}
.distant-horizon {
color: #f1f9f8;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--island-aqua:#2ab2af;
--neon-nazar:#4edad7;
--ice-crystal-blue:#a9e4e5;
--distant-horizon:#f1f9f8;
}