Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.sailor-s-bay {
color: #496c92;
}
.blue-alps {
color: #87a6b0;
}
.farm-straw {
color: #d0b749;
}
.tartare {
color: #ba5b3b;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--sailor-s-bay:#496c92;
--blue-alps:#87a6b0;
--farm-straw:#d0b749;
--tartare:#ba5b3b;
}