Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f9eab9;
}
.deviled-egg {
color: #fdd67c;
}
.creamy-sweet-corn {
color: #f6c04c;
}
.brassy-tint {
color: #d6a83d;
}
.chai-tea {
color: #a47e2d;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f9eab9;
--deviled-egg:#fdd67c;
--creamy-sweet-corn:#f6c04c;
--brassy-tint:#d6a83d;
--chai-tea:#a47e2d;
}