Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.blue-gem {
color: #4a3f92;
}
.fuchsia-blue {
color: #7b5dbb;
}
.tangy-green {
color: #b79a52;
}
.fire-island {
color: #d94d3a;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--blue-gem:#4a3f92;
--fuchsia-blue:#7b5dbb;
--tangy-green:#b79a52;
--fire-island:#d94d3a;
}