Color names in this palette
CSS code for this palette
/* CSS */
.freeze-up {
color: #deeaf7;
}
.tiny-mr-frosty {
color: #b7d3e6;
}
.caribbean-coast {
color: #94c5db;
}
.charter {
color: #6cb2d0;
}
.antilles-blue {
color: #3b578c;
}
/* CSS Variables */
:root {
--freeze-up:#deeaf7;
--tiny-mr-frosty:#b7d3e6;
--caribbean-coast:#94c5db;
--charter:#6cb2d0;
--antilles-blue:#3b578c;
}