Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1a2a6b;
}
.crown-blue {
color: #4a4e68;
}
.sweet-midori {
color: #a6c856;
}
.milk-glass {
color: #f9f7f0;
}
.shu-red {
color: #f45e01;
}
/* CSS Variables */
:root {
--mythical-night:#1a2a6b;
--crown-blue:#4a4e68;
--sweet-midori:#a6c856;
--milk-glass:#f9f7f0;
--shu-red:#f45e01;
}