Color names in this palette
CSS code for this palette
/* CSS */
.lamplit {
color: #e3b463;
}
.yellow-cream {
color: #f2d269;
}
.sorreno-lemon {
color: #f1d05b;
}
.cymophane-yellow {
color: #f1e5a7;
}
.apple-bob {
color: #d5e3a1;
}
/* CSS Variables */
:root {
--lamplit:#e3b463;
--yellow-cream:#f2d269;
--sorreno-lemon:#f1d05b;
--cymophane-yellow:#f1e5a7;
--apple-bob:#d5e3a1;
}