Color names in this palette
CSS code for this palette
/* CSS */
.middle-blue {
color: #80d4e5;
}
.arctic-green {
color: #4abfb8;
}
.ocean-liner {
color: #1f988c;
}
.humboldt-redwoods {
color: #1b5f5a;
}
.incubi-darkness {
color: #0d4a4a;
}
/* CSS Variables */
:root {
--middle-blue:#80d4e5;
--arctic-green:#4abfb8;
--ocean-liner:#1f988c;
--humboldt-redwoods:#1b5f5a;
--incubi-darkness:#0d4a4a;
}