Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #4cb8e6;
}
.cyan-cornflower-blue {
color: #1e8cc2;
}
.pontoon {
color: #0b5c8e;
}
.industrial-turquoise {
color: #008a75;
}
.emerald-stone {
color: #006161;
}
/* CSS Variables */
:root {
--clean-pool:#4cb8e6;
--cyan-cornflower-blue:#1e8cc2;
--pontoon:#0b5c8e;
--industrial-turquoise:#008a75;
--emerald-stone:#006161;
}