Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-cheese {
color: #ef853e;
}
.bittersweet {
color: #f9a04e;
}
.sundance {
color: #f9c86c;
}
.blended-fruit {
color: #f8e2a5;
}
.yellow-chalk {
color: #f3f7b1;
}
/* CSS Variables */
:root {
--cheddar-cheese:#ef853e;
--bittersweet:#f9a04e;
--sundance:#f9c86c;
--blended-fruit:#f8e2a5;
--yellow-chalk:#f3f7b1;
}