Color names in this palette
CSS code for this palette
/* CSS */
.aqueous {
color: #3c8e9a;
}
.artesian-well {
color: #5cb2b2;
}
.aqua-zing {
color: #7ad6d6;
}
.ice-crystal-blue {
color: #a9e5e5;
}
.aijiro-white {
color: #eef6f6;
}
/* CSS Variables */
:root {
--aqueous:#3c8e9a;
--artesian-well:#5cb2b2;
--aqua-zing:#7ad6d6;
--ice-crystal-blue:#a9e5e5;
--aijiro-white:#eef6f6;
}