Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.green-grapple {
color: #3ab4b6;
}
.throat-chakra {
color: #6cd5d5;
}
.blizzard-blue {
color: #a6e8e8;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--green-grapple:#3ab4b6;
--throat-chakra:#6cd5d5;
--blizzard-blue:#a6e8e8;
--vapor:#f0ffff;
}