Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.azraq-blue {
color: #4d6db3;
}
.aero {
color: #79b7e6;
}
.american-yellow {
color: #f5b400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--azraq-blue:#4d6db3;
--aero:#79b7e6;
--american-yellow:#f5b400;
--grapefruit-pulp:#ff6e61;
}