Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.synergy {
color: #4cc2b2;
}
.blizzard-blue {
color: #a5e2e9;
}
.frosty-mint {
color: #e4f6f5;
}
.mint-cream {
color: #f5fffa;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--synergy:#4cc2b2;
--blizzard-blue:#a5e2e9;
--frosty-mint:#e4f6f5;
--mint-cream:#f5fffa;
}