Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a4d8e5;
}
.water-music {
color: #6eb2bf;
}
.hippie-blue {
color: #498c9c;
}
.blue-spell {
color: #3c5a6d;
}
.midnight-interlude {
color: #2f4b6f;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a4d8e5;
--water-music:#6eb2bf;
--hippie-blue:#498c9c;
--blue-spell:#3c5a6d;
--midnight-interlude:#2f4b6f;
}