Color names in this palette
CSS code for this palette
/* CSS */
.hopi-blue-corn {
color: #1b4c6f;
}
.ocean-call {
color: #2d6a8b;
}
.blue-chaise {
color: #4a8fa5;
}
.lagoona-teal {
color: #77c5d4;
}
.everest {
color: #9fe5e0;
}
/* CSS Variables */
:root {
--hopi-blue-corn:#1b4c6f;
--ocean-call:#2d6a8b;
--blue-chaise:#4a8fa5;
--lagoona-teal:#77c5d4;
--everest:#9fe5e0;
}