Color names in this palette
CSS code for this palette
/* CSS */
.throat-chakra {
color: #66ccdb;
}
.holiday-blue {
color: #3ab9cf;
}
.horizon-blue {
color: #2a9cbb;
}
.by-the-bayou {
color: #007c8f;
}
.hero {
color: #005d6b;
}
/* CSS Variables */
:root {
--throat-chakra:#66ccdb;
--holiday-blue:#3ab9cf;
--horizon-blue:#2a9cbb;
--by-the-bayou:#007c8f;
--hero:#005d6b;
}