Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.blizzard-blue {
color: #9fe0f4;
}
.duck-egg-blue {
color: #c3f6f9;
}
.mint-ice {
color: #bbe8d9;
}
.green-parakeet {
color: #7ed3c0;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--blizzard-blue:#9fe0f4;
--duck-egg-blue:#c3f6f9;
--mint-ice:#bbe8d9;
--green-parakeet:#7ed3c0;
}