Color names in this palette
CSS code for this palette
/* CSS */
.early-july {
color: #a9e1ea;
}
.throat-chakra {
color: #6ed0d4;
}
.arctic-green {
color: #4bb9b7;
}
.temple-guard-blue {
color: #309c93;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--early-july:#a9e1ea;
--throat-chakra:#6ed0d4;
--arctic-green:#4bb9b7;
--temple-guard-blue:#309c93;
--buzzards-bay:#007a7a;
}