Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f8c75d;
}
.egyptian-gold {
color: #efa64d;
}
.jelly-slug {
color: #d86a4b;
}
.topinambur-root {
color: #a95b6f;
}
.magenta-violet {
color: #6a4e8d;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f8c75d;
--egyptian-gold:#efa64d;
--jelly-slug:#d86a4b;
--topinambur-root:#a95b6f;
--magenta-violet:#6a4e8d;
}