Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a5e2e9;
}
.soft-turquoise {
color: #78d3d0;
}
.gem-turquoise {
color: #4cc2c8;
}
.latigo-bay {
color: #3a9b9c;
}
.atoll {
color: #2a7a7a;
}
/* CSS Variables */
:root {
--blizzard-blue:#a5e2e9;
--soft-turquoise:#78d3d0;
--gem-turquoise:#4cc2c8;
--latigo-bay:#3a9b9c;
--atoll:#2a7a7a;
}