Color names in this palette
CSS code for this palette
/* CSS */
.rucksack-tan {
color: #f0b505;
}
.mom-s-pancake {
color: #f6c751;
}
.glisten-yellow {
color: #f7e8ab;
}
.melrose {
color: #c2b8e0;
}
.magenta-violet {
color: #6c4f8c;
}
/* CSS Variables */
:root {
--rucksack-tan:#f0b505;
--mom-s-pancake:#f6c751;
--glisten-yellow:#f7e8ab;
--melrose:#c2b8e0;
--magenta-violet:#6c4f8c;
}