Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4a72;
}
.zenith {
color: #497b9c;
}
.respite {
color: #99b4c2;
}
.sunny-mood {
color: #f7c94b;
}
.astorath-red {
color: #e14b2d;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4a72;
--zenith:#497b9c;
--respite:#99b4c2;
--sunny-mood:#f7c94b;
--astorath-red:#e14b2d;
}