Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.peninsula {
color: #3777a0;
}
.sour-candy {
color: #69af4b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.camel-red {
color: #e76f3c;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--peninsula:#3777a0;
--sour-candy:#69af4b;
--solar-plexus-chakra:#f1c84b;
--camel-red:#e76f3c;
}