Color names in this palette
CSS code for this palette
/* CSS */
.hammam-blue {
color: #6dd9d6;
}
.cave-lake {
color: #4fb7c4;
}
.sports-blue {
color: #3b9fb5;
}
.devil-blue {
color: #257998;
}
.oceanic-motion {
color: #1c5e7d;
}
/* CSS Variables */
:root {
--hammam-blue:#6dd9d6;
--cave-lake:#4fb7c4;
--sports-blue:#3b9fb5;
--devil-blue:#257998;
--oceanic-motion:#1c5e7d;
}