Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3c4c96;
}
.scanda {
color: #6c8fac;
}
.posey-blue {
color: #a3b6c7;
}
.brown-mouse {
color: #d9c9b5;
}
.high-plateau {
color: #e6b47a;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3c4c96;
--scanda:#6c8fac;
--posey-blue:#a3b6c7;
--brown-mouse:#d9c9b5;
--high-plateau:#e6b47a;
}