Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4c71;
}
.blue-square {
color: #4f899c;
}
.delicate-girl-blue {
color: #65b2c8;
}
.sunshine-mellow {
color: #f1c40e;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4c71;
--blue-square:#4f899c;
--delicate-girl-blue:#65b2c8;
--sunshine-mellow:#f1c40e;
--citrus-blast:#e07b38;
}