Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1abbe0;
}
.neon-nazar {
color: #4dd8e0;
}
.aqua-zing {
color: #80dbd7;
}
.oasis-stream {
color: #a3f0d5;
}
.frosty-mint {
color: #e4f6f0;
}
/* CSS Variables */
:root {
--caribbean-blue:#1abbe0;
--neon-nazar:#4dd8e0;
--aqua-zing:#80dbd7;
--oasis-stream:#a3f0d5;
--frosty-mint:#e4f6f0;
}