Color names in this palette
CSS code for this palette
/* CSS */
.jade-jewel {
color: #1e807e;
}
.green-grapple {
color: #3cb4b4;
}
.hammam-blue {
color: #5ed9d9;
}
.blizzard-blue {
color: #a1e8e8;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--jade-jewel:#1e807e;
--green-grapple:#3cb4b4;
--hammam-blue:#5ed9d9;
--blizzard-blue:#a1e8e8;
--vapor:#f0ffff;
}