Color names in this palette
CSS code for this palette
/* CSS */
.prismarine {
color: #0c7977;
}
.glass-jar-blue {
color: #1fb2a6;
}
.fresh-turquoise {
color: #37e1c8;
}
.pale-king-s-blue {
color: #a4f4ea;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--prismarine:#0c7977;
--glass-jar-blue:#1fb2a6;
--fresh-turquoise:#37e1c8;
--pale-king-s-blue:#a4f4ea;
--vapor:#f0ffff;
}