Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a8d53f;
}
.marigold-dust {
color: #f6d13c;
}
.brassy {
color: #d7aa2d;
}
.distant-valley {
color: #c5b79b;
}
.sweet-cherry {
color: #a34d4e;
}
/* CSS Variables */
:root {
--burst-of-lime:#a8d53f;
--marigold-dust:#f6d13c;
--brassy:#d7aa2d;
--distant-valley:#c5b79b;
--sweet-cherry:#a34d4e;
}