Color names in this palette
CSS code for this palette
/* CSS */
.tahitian-breeze {
color: #b5e8e4;
}
.aqua-zing {
color: #7ee2d4;
}
.north-wind {
color: #4ac2c4;
}
.latigo-bay {
color: #3a9b9c;
}
.mammoth-mountain {
color: #3b6a7d;
}
/* CSS Variables */
:root {
--tahitian-breeze:#b5e8e4;
--aqua-zing:#7ee2d4;
--north-wind:#4ac2c4;
--latigo-bay:#3a9b9c;
--mammoth-mountain:#3b6a7d;
}