Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f8d36d;
}
.river-of-gold {
color: #e2b55a;
}
.caramel-macchiato {
color: #c88e4c;
}
.strawberry-mousse {
color: #a1637c;
}
.magenta-violet {
color: #6e4f8c;
}
/* CSS Variables */
:root {
--yellow-tulip:#f8d36d;
--river-of-gold:#e2b55a;
--caramel-macchiato:#c88e4c;
--strawberry-mousse:#a1637c;
--magenta-violet:#6e4f8c;
}