Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3b4c91;
}
.deck-crew {
color: #5b7ca9;
}
.thistleblossom-soft-blue {
color: #87b0c0;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.reductant {
color: #e85e5e;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3b4c91;
--deck-crew:#5b7ca9;
--thistleblossom-soft-blue:#87b0c0;
--antique-wicker-basket:#f2d2a1;
--reductant:#e85e5e;
}