Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1d2c6d;
}
.dazzling-blue {
color: #3b4e9b;
}
.indigo-light {
color: #5b73c2;
}
.portage {
color: #8a93e0;
}
.goldsmith {
color: #efb74d;
}
/* CSS Variables */
:root {
--mythical-night:#1d2c6d;
--dazzling-blue:#3b4e9b;
--indigo-light:#5b73c2;
--portage:#8a93e0;
--goldsmith:#efb74d;
}