Color names in this palette
CSS code for this palette
/* CSS */
.hippie-blue {
color: #4c8a9a;
}
.arctic-ocean {
color: #6cc3d0;
}
.island-paradise {
color: #8be5e0;
}
.waterspout {
color: #a8f4f5;
}
.tinted-ice {
color: #d2f9f8;
}
/* CSS Variables */
:root {
--hippie-blue:#4c8a9a;
--arctic-ocean:#6cc3d0;
--island-paradise:#8be5e0;
--waterspout:#a8f4f5;
--tinted-ice:#d2f9f8;
}