Color names in this palette
CSS code for this palette
/* CSS */
.bluebird {
color: #00aeb8;
}
.turquoise-panic {
color: #2acfc4;
}
.turkish-turquoise {
color: #73e3e7;
}
.waterspout {
color: #a2f6f4;
}
.tinted-ice {
color: #d2f9f9;
}
/* CSS Variables */
:root {
--bluebird:#00aeb8;
--turquoise-panic:#2acfc4;
--turkish-turquoise:#73e3e7;
--waterspout:#a2f6f4;
--tinted-ice:#d2f9f9;
}