Color names in this palette
CSS code for this palette
/* CSS */
.mazarine-blue {
color: #2b3b78;
}
.jay-bird {
color: #4b81a0;
}
.snow-pea {
color: #6dd07d;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.mandarin-red {
color: #e64b3d;
}
/* CSS Variables */
:root {
--mazarine-blue:#2b3b78;
--jay-bird:#4b81a0;
--snow-pea:#6dd07d;
--salted-caramel-popcorn:#f9b14e;
--mandarin-red:#e64b3d;
}