Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.china-pattern {
color: #3a5e78;
}
.night-owl {
color: #607c8a;
}
.delltone {
color: #8cc09b;
}
.adonis-rose-yellow {
color: #f0c24c;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--china-pattern:#3a5e78;
--night-owl:#607c8a;
--delltone:#8cc09b;
--adonis-rose-yellow:#f0c24c;
}