Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1f3a89;
}
.cyan-azure {
color: #507fb4;
}
.aero {
color: #7eb6e7;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.entan-red {
color: #e76c50;
}
/* CSS Variables */
:root {
--navy-seal:#1f3a89;
--cyan-azure:#507fb4;
--aero:#7eb6e7;
--solar-plexus-chakra:#f0c74c;
--entan-red:#e76c50;
}