Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.azraq-blue {
color: #4a6cb5;
}
.goluboy-blue {
color: #89b4e1;
}
.aspen-yellow {
color: #f7e0a1;
}
.sango-red {
color: #f2694a;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--azraq-blue:#4a6cb5;
--goluboy-blue:#89b4e1;
--aspen-yellow:#f7e0a1;
--sango-red:#f2694a;
}