Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.costa-rica-blue {
color: #79bae2;
}
.clean-pool {
color: #4cb8e6;
}
.atmosphere {
color: #0096db;
}
.cg-blue {
color: #0078a3;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--costa-rica-blue:#79bae2;
--clean-pool:#4cb8e6;
--atmosphere:#0096db;
--cg-blue:#0078a3;
}