Color names in this palette
CSS code for this palette
/* CSS */
.club-mate {
color: #f7e17e;
}
.deep-fried-sun-rays {
color: #f5c55b;
}
.artisans-gold {
color: #f4aa43;
}
.orange-zest {
color: #f06e24;
}
.lionfish-red {
color: #e03d24;
}
/* CSS Variables */
:root {
--club-mate:#f7e17e;
--deep-fried-sun-rays:#f5c55b;
--artisans-gold:#f4aa43;
--orange-zest:#f06e24;
--lionfish-red:#e03d24;
}