Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f203d;
}
.twilight {
color: #4c4f90;
}
.deep-periwinkle {
color: #7b7ebc;
}
.orange-pospsicle {
color: #f2a60d;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--midnight-express:#1f203d;
--twilight:#4c4f90;
--deep-periwinkle:#7b7ebc;
--orange-pospsicle:#f2a60d;
--fiery-salmon:#f76969;
}