Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-blues {
color: #3a496e;
}
.allegiance {
color: #5b6c8b;
}
.flannel-pajamas {
color: #8b8e9c;
}
.royal-gold-pearl {
color: #d3a84a;
}
.abbey-pink {
color: #d16e6b;
}
/* CSS Variables */
:root {
--jazz-age-blues:#3a496e;
--allegiance:#5b6c8b;
--flannel-pajamas:#8b8e9c;
--royal-gold-pearl:#d3a84a;
--abbey-pink:#d16e6b;
}