Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.altar-of-heaven {
color: #4d4e84;
}
.gingerbread {
color: #8e4e2e;
}
.red-panda {
color: #c74c23;
}
.solar-plexus-chakra {
color: #f3c949;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--altar-of-heaven:#4d4e84;
--gingerbread:#8e4e2e;
--red-panda:#c74c23;
--solar-plexus-chakra:#f3c949;
}