Color names in this palette
CSS code for this palette
/* CSS */
.jugendstil-turquoise {
color: #5c9a9d;
}
.buoyancy {
color: #7ab1b3;
}
.aquatic {
color: #9ac3cb;
}
.dante-peak {
color: #b2d7d7;
}
.aspiring-blue {
color: #a1c4c2;
}
/* CSS Variables */
:root {
--jugendstil-turquoise:#5c9a9d;
--buoyancy:#7ab1b3;
--aquatic:#9ac3cb;
--dante-peak:#b2d7d7;
--aspiring-blue:#a1c4c2;
}