Color names in this palette
CSS code for this palette
/* CSS */
.buttery-croissant {
color: #f3e49b;
}
.deep-fried-sun-rays {
color: #f5c55b;
}
.lemon-dream {
color: #f0a400;
}
.festering-brown {
color: #c78f00;
}
.alligator {
color: #8a6c00;
}
/* CSS Variables */
:root {
--buttery-croissant:#f3e49b;
--deep-fried-sun-rays:#f5c55b;
--lemon-dream:#f0a400;
--festering-brown:#c78f00;
--alligator:#8a6c00;
}