Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d65b2e;
}
.velvet-marigold {
color: #e58f3e;
}
.mom-s-pancake {
color: #f6c451;
}
.blended-fruit {
color: #f9e2a4;
}
.falling-leaves {
color: #a65c3a;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d65b2e;
--velvet-marigold:#e58f3e;
--mom-s-pancake:#f6c451;
--blended-fruit:#f9e2a4;
--falling-leaves:#a65c3a;
}