Color names in this palette
CSS code for this palette
/* CSS */
.mountain-blueberry {
color: #3d4b6c;
}
.allegiance {
color: #5b6b8b;
}
.flannel-pajamas {
color: #8b8e9c;
}
.solar-plexus-chakra {
color: #efc74d;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--mountain-blueberry:#3d4b6c;
--allegiance:#5b6b8b;
--flannel-pajamas:#8b8e9c;
--solar-plexus-chakra:#efc74d;
--mandarin-red:#e74d3c;
}