Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f203d;
}
.noble-knight {
color: #394b79;
}
.casual-blue {
color: #4d7e8f;
}
.marigold-dust {
color: #f4cf3e;
}
.fiery-glow {
color: #f14f1e;
}
/* CSS Variables */
:root {
--midnight-express:#1f203d;
--noble-knight:#394b79;
--casual-blue:#4d7e8f;
--marigold-dust:#f4cf3e;
--fiery-glow:#f14f1e;
}