Color names in this palette
CSS code for this palette
/* CSS */
.duvall {
color: #0c8c92;
}
.verdigris {
color: #3eafb1;
}
.throat-chakra {
color: #66d3d6;
}
.blizzard-blue {
color: #a6e5e8;
}
.coastal-breeze {
color: #e1f8f9;
}
/* CSS Variables */
:root {
--duvall:#0c8c92;
--verdigris:#3eafb1;
--throat-chakra:#66d3d6;
--blizzard-blue:#a6e5e8;
--coastal-breeze:#e1f8f9;
}