Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1a7f8e;
}
.river-blue {
color: #3cb5c8;
}
.neon-nazar {
color: #4fe0e8;
}
.aqua-fiesta {
color: #98e7e0;
}
.air-of-mint {
color: #d7f4f1;
}
/* CSS Variables */
:root {
--bermuda:#1a7f8e;
--river-blue:#3cb5c8;
--neon-nazar:#4fe0e8;
--aqua-fiesta:#98e7e0;
--air-of-mint:#d7f4f1;
}