Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.cobalt-flame {
color: #4c709a;
}
.goluboy-blue {
color: #89b8e1;
}
.butterfield {
color: #f5bf5c;
}
.orangeville {
color: #e66d5b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--cobalt-flame:#4c709a;
--goluboy-blue:#89b8e1;
--butterfield:#f5bf5c;
--orangeville:#e66d5b;
}