Color names in this palette
CSS code for this palette
/* CSS */
.aria {
color: #e3e3e3;
}
.brother-blue {
color: #b1b8c4;
}
.jay-wing-feathers {
color: #7992b4;
}
.functional-blue {
color: #3e5c84;
}
.navy-peony {
color: #1f395c;
}
/* CSS Variables */
:root {
--aria:#e3e3e3;
--brother-blue:#b1b8c4;
--jay-wing-feathers:#7992b4;
--functional-blue:#3e5c84;
--navy-peony:#1f395c;
}