Color names in this palette
CSS code for this palette
/* CSS */
.iced-aqua {
color: #a6d7d9;
}
.venice-escape {
color: #74b3b4;
}
.bali-bliss {
color: #5c9d9d;
}
.nickel-ore-green {
color: #4e7e7e;
}
.otter-creek {
color: #3d5c5c;
}
/* CSS Variables */
:root {
--iced-aqua:#a6d7d9;
--venice-escape:#74b3b4;
--bali-bliss:#5c9d9d;
--nickel-ore-green:#4e7e7e;
--otter-creek:#3d5c5c;
}