Color names in this palette
CSS code for this palette
/* CSS */
.blizzard-blue {
color: #a2e2ec;
}
.tanager-turquoise {
color: #8ed8e6;
}
.throat-chakra {
color: #6cc9d5;
}
.viking {
color: #4fb3c4;
}
.scooter {
color: #2b8f9c;
}
/* CSS Variables */
:root {
--blizzard-blue:#a2e2ec;
--tanager-turquoise:#8ed8e6;
--throat-chakra:#6cc9d5;
--viking:#4fb3c4;
--scooter:#2b8f9c;
}