Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.pattypan {
color: #e7b80d;
}
.golden-leaf {
color: #c6893f;
}
.cyclamen-red {
color: #a65e8d;
}
.bright-eggplant {
color: #5d4d89;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--pattypan:#e7b80d;
--golden-leaf:#c6893f;
--cyclamen-red:#a65e8d;
--bright-eggplant:#5d4d89;
}