Color names in this palette
CSS code for this palette
/* CSS */
.indigo-hamlet {
color: #1d408c;
}
.blue-oyster-cult {
color: #4b7bec;
}
.fish-pond {
color: #80c6ef;
}
.winter-wizard {
color: #9ee5ff;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--indigo-hamlet:#1d408c;
--blue-oyster-cult:#4b7bec;
--fish-pond:#80c6ef;
--winter-wizard:#9ee5ff;
--lynx-white:#f7f7f7;
}