Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.blue-dart-frog {
color: #3a7d9c;
}
.glacier {
color: #73b0c4;
}
.nevada-sky {
color: #a3d6e6;
}
.vienna-dawn {
color: #f6f0ee;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--blue-dart-frog:#3a7d9c;
--glacier:#73b0c4;
--nevada-sky:#a3d6e6;
--vienna-dawn:#f6f0ee;
}