Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1e202f;
}
.independence {
color: #4b4f71;
}
.galactic-gossamer {
color: #7d8ab5;
}
.secret-safari {
color: #c7b66b;
}
.mandarin-red {
color: #e14d3d;
}
/* CSS Variables */
:root {
--black-howl:#1e202f;
--independence:#4b4f71;
--galactic-gossamer:#7d8ab5;
--secret-safari:#c7b66b;
--mandarin-red:#e14d3d;
}