Color names in this palette
CSS code for this palette
/* CSS */
.battery-charged-blue {
color: #1ca3d4;
}
.clean-pool {
color: #4cc8e1;
}
.deep-aquamarine {
color: #7fe1e1;
}
.overtone {
color: #a3e0b6;
}
.anti-flash-white {
color: #f1f3f4;
}
/* CSS Variables */
:root {
--battery-charged-blue:#1ca3d4;
--clean-pool:#4cc8e1;
--deep-aquamarine:#7fe1e1;
--overtone:#a3e0b6;
--anti-flash-white:#f1f3f4;
}