Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #2b3a8c;
}
.chinese-bellflower {
color: #4f5bab;
}
.leadbelcher-metal {
color: #8a8f8f;
}
.strike-it-rich {
color: #d9b45e;
}
.sweet-baby-rose {
color: #c34c3c;
}
/* CSS Variables */
:root {
--navy-seal:#2b3a8c;
--chinese-bellflower:#4f5bab;
--leadbelcher-metal:#8a8f8f;
--strike-it-rich:#d9b45e;
--sweet-baby-rose:#c34c3c;
}