Color names in this palette
CSS code for this palette
/* CSS */
.red-contrast {
color: #b43131;
}
.mandarin-red {
color: #e94e3a;
}
.blue-angels-yellow {
color: #fab700;
}
.mocha-dandelion {
color: #f2d66e;
}
.casino-lights {
color: #f9f0b4;
}
/* CSS Variables */
:root {
--red-contrast:#b43131;
--mandarin-red:#e94e3a;
--blue-angels-yellow:#fab700;
--mocha-dandelion:#f2d66e;
--casino-lights:#f9f0b4;
}