Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1c2e4a;
}
.berry-pie {
color: #4f6e8c;
}
.inner-sanctum {
color: #75a8b3;
}
.pumpkin-mousse {
color: #f1c3a7;
}
.reductant {
color: #e9605d;
}
/* CSS Variables */
:root {
--manganese-black:#1c2e4a;
--berry-pie:#4f6e8c;
--inner-sanctum:#75a8b3;
--pumpkin-mousse:#f1c3a7;
--reductant:#e9605d;
}