Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.azraq-blue {
color: #4a6eb5;
}
.blue-eyed-boy {
color: #8ab5e5;
}
.solarized {
color: #f7ce4b;
}
.oranzhewyi-orange {
color: #f15d3b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--azraq-blue:#4a6eb5;
--blue-eyed-boy:#8ab5e5;
--solarized:#f7ce4b;
--oranzhewyi-orange:#f15d3b;
}