Color names in this palette
CSS code for this palette
/* CSS */
.silken-chocolate {
color: #b67e5d;
}
.kombucha {
color: #d8a169;
}
.sunday-afternoon {
color: #f5c87a;
}
.lemon-filling {
color: #fbe3a7;
}
.cheddar-corn {
color: #f8d4b4;
}
/* CSS Variables */
:root {
--silken-chocolate:#b67e5d;
--kombucha:#d8a169;
--sunday-afternoon:#f5c87a;
--lemon-filling:#fbe3a7;
--cheddar-corn:#f8d4b4;
}