Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1f3a89;
}
.integra {
color: #3e5c98;
}
.grant-village {
color: #6a8faf;
}
.light-delphin {
color: #9fd3e5;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--navy-seal:#1f3a89;
--integra:#3e5c98;
--grant-village:#6a8faf;
--light-delphin:#9fd3e5;
--maximum-yellow-red:#f1b74b;
}