Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4c71;
}
.blue-sonki {
color: #4a8ccf;
}
.norfolk-sky {
color: #6fb3e7;
}
.juzcar-blue {
color: #9cd2f2;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4c71;
--blue-sonki:#4a8ccf;
--norfolk-sky:#6fb3e7;
--juzcar-blue:#9cd2f2;
--sunshine-mellow:#f1c40e;
}