Color names in this palette
CSS code for this palette
/* CSS */
.sea-foam {
color: #89e1d4;
}
.neon-nazar {
color: #4cd7e1;
}
.caribbean-blue {
color: #19c4d7;
}
.greek-blue {
color: #009dbd;
}
.cote-d-azur {
color: #007a8a;
}
/* CSS Variables */
:root {
--sea-foam:#89e1d4;
--neon-nazar:#4cd7e1;
--caribbean-blue:#19c4d7;
--greek-blue:#009dbd;
--cote-d-azur:#007a8a;
}