Color names in this palette
CSS code for this palette
/* CSS */
.treacherous-blizzard {
color: #def7e8;
}
.fair-aqua {
color: #b4e4d9;
}
.mint-majesty {
color: #7ed3c2;
}
.tint-of-turquoise {
color: #3ec1b4;
}
.tropical-hideaway {
color: #1eae9e;
}
/* CSS Variables */
:root {
--treacherous-blizzard:#def7e8;
--fair-aqua:#b4e4d9;
--mint-majesty:#7ed3c2;
--tint-of-turquoise:#3ec1b4;
--tropical-hideaway:#1eae9e;
}