Color names in this palette
CSS code for this palette
/* CSS */
.break-the-ice {
color: #b2e0f0;
}
.undercool {
color: #7fc7e1;
}
.river-blue {
color: #38afc7;
}
.brilliant {
color: #0095a8;
}
.glamour-green {
color: #00778a;
}
/* CSS Variables */
:root {
--break-the-ice:#b2e0f0;
--undercool:#7fc7e1;
--river-blue:#38afc7;
--brilliant:#0095a8;
--glamour-green:#00778a;
}