Color names in this palette
CSS code for this palette
/* CSS */
.sailfish {
color: #2c9dba;
}
.sea-serpent {
color: #4dc5d5;
}
.aruba-blue {
color: #7dd1d8;
}
.blizzard-blue {
color: #a1e2e8;
}
.tinted-ice {
color: #d0f4f6;
}
/* CSS Variables */
:root {
--sailfish:#2c9dba;
--sea-serpent:#4dc5d5;
--aruba-blue:#7dd1d8;
--blizzard-blue:#a1e2e8;
--tinted-ice:#d0f4f6;
}