Color names in this palette
CSS code for this palette
/* CSS */
.conker {
color: #ba5040;
}
.jelly-slug {
color: #d86a4b;
}
.lion-of-menecrates {
color: #f2a769;
}
.soft-butter {
color: #f6e1b6;
}
.southern-belle {
color: #a9d6c3;
}
/* CSS Variables */
:root {
--conker:#ba5040;
--jelly-slug:#d86a4b;
--lion-of-menecrates:#f2a769;
--soft-butter:#f6e1b6;
--southern-belle:#a9d6c3;
}