Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1e1e3e;
}
.highlands-twilight {
color: #4a4a7d;
}
.astro-zinger {
color: #7979be;
}
.japanese-fern {
color: #b9b950;
}
.endless-possibilities {
color: #e03e3e;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1e1e3e;
--highlands-twilight:#4a4a7d;
--astro-zinger:#7979be;
--japanese-fern:#b9b950;
--endless-possibilities:#e03e3e;
}