Color names in this palette
CSS code for this palette
/* CSS */
.break-the-ice {
color: #b2e0f0;
}
.charter {
color: #6bb6d1;
}
.starflower-blue {
color: #5099b4;
}
.sea-quest {
color: #3e7984;
}
.similar-to-slate {
color: #2d4e4e;
}
/* CSS Variables */
:root {
--break-the-ice:#b2e0f0;
--charter:#6bb6d1;
--starflower-blue:#5099b4;
--sea-quest:#3e7984;
--similar-to-slate:#2d4e4e;
}