Color names in this palette
CSS code for this palette
/* CSS */
.taste-of-berry {
color: #c7a8b6;
}
.stacked-limestone {
color: #d0b990;
}
.natural-yellow {
color: #f0d88e;
}
.dairy-made {
color: #f2b740;
}
.sweet-mandarin {
color: #d45e3a;
}
/* CSS Variables */
:root {
--taste-of-berry:#c7a8b6;
--stacked-limestone:#d0b990;
--natural-yellow:#f0d88e;
--dairy-made:#f2b740;
--sweet-mandarin:#d45e3a;
}