Color names in this palette
CSS code for this palette
/* CSS */
.fairy-tale-blue {
color: #3d9db8;
}
.hygiene-green {
color: #5cc1b0;
}
.light-turquoise {
color: #7de8c8;
}
.pale-king-s-blue {
color: #a5f3e7;
}
.tinted-ice {
color: #d2f9f3;
}
/* CSS Variables */
:root {
--fairy-tale-blue:#3d9db8;
--hygiene-green:#5cc1b0;
--light-turquoise:#7de8c8;
--pale-king-s-blue:#a5f3e7;
--tinted-ice:#d2f9f3;
}