Color names in this palette
CSS code for this palette
/* CSS */
.hippie-blue {
color: #4b8b9b;
}
.florida-turquoise {
color: #6bb8b1;
}
.aqua-island {
color: #a3d7d6;
}
.bone-chilling {
color: #e2f3f2;
}
.lynx-white {
color: #f6f8f7;
}
/* CSS Variables */
:root {
--hippie-blue:#4b8b9b;
--florida-turquoise:#6bb8b1;
--aqua-island:#a3d7d6;
--bone-chilling:#e2f3f2;
--lynx-white:#f6f8f7;
}