Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.deep-ultramarine {
color: #3c4e90;
}
.blue-android-base {
color: #5c7cbc;
}
.adrift-on-the-nile {
color: #94b2e5;
}
.natural-yellow {
color: #f0d88e;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--deep-ultramarine:#3c4e90;
--blue-android-base:#5c7cbc;
--adrift-on-the-nile:#94b2e5;
--natural-yellow:#f0d88e;
}