Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.early-july {
color: #a6e0e8;
}
.whirlpool {
color: #a3d7cc;
}
.milky-way {
color: #e6f6f9;
}
.winter-s-day {
color: #e0f5ff;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--early-july:#a6e0e8;
--whirlpool:#a3d7cc;
--milky-way:#e6f6f9;
--winter-s-day:#e0f5ff;
}