Color names in this palette
CSS code for this palette
/* CSS */
.space-cadet {
color: #1d2a4e;
}
.china-pattern {
color: #3b5e78;
}
.meadowbrook {
color: #5da1a2;
}
.butterfield {
color: #f5bf5b;
}
.flame-orange {
color: #f78c22;
}
/* CSS Variables */
:root {
--space-cadet:#1d2a4e;
--china-pattern:#3b5e78;
--meadowbrook:#5da1a2;
--butterfield:#f5bf5b;
--flame-orange:#f78c22;
}