Color names in this palette
CSS code for this palette
/* CSS */
.noble-knight {
color: #394d79;
}
.blue-android-base {
color: #5a78bf;
}
.legacy-blue {
color: #9fc6e0;
}
.crunch {
color: #f2b75f;
}
.solar-flare {
color: #e57b3e;
}
/* CSS Variables */
:root {
--noble-knight:#394d79;
--blue-android-base:#5a78bf;
--legacy-blue:#9fc6e0;
--crunch:#f2b75f;
--solar-flare:#e57b3e;
}