Color names in this palette
CSS code for this palette
/* CSS */
.infinite-night {
color: #080d35;
}
.explorer-of-the-galaxies {
color: #3f1e71;
}
.turquoise-surf {
color: #00c7c4;
}
.go-go-lime {
color: #c4c06e;
}
.fire-chi {
color: #8f323d;
}
/* CSS Variables */
:root {
--infinite-night:#080d35;
--explorer-of-the-galaxies:#3f1e71;
--turquoise-surf:#00c7c4;
--go-go-lime:#c4c06e;
--fire-chi:#8f323d;
}