Color names in this palette
CSS code for this palette
/* CSS */
.zircon-ice {
color: #d1e4e6;
}
.atlantic-ocean {
color: #a8d6e6;
}
.water-flow {
color: #7dc2d9;
}
.blue-grotto {
color: #4ca3c8;
}
.ahoy-blue {
color: #0083a3;
}
/* CSS Variables */
:root {
--zircon-ice:#d1e4e6;
--atlantic-ocean:#a8d6e6;
--water-flow:#7dc2d9;
--blue-grotto:#4ca3c8;
--ahoy-blue:#0083a3;
}