Color names in this palette
CSS code for this palette
/* CSS */
.straw-basket {
color: #d8c79d;
}
.english-custard {
color: #e1b76b;
}
.sandy-brown {
color: #f2a65f;
}
.butterscotch {
color: #fbaf4b;
}
.creamy-sweet-corn {
color: #f7c250;
}
/* CSS Variables */
:root {
--straw-basket:#d8c79d;
--english-custard:#e1b76b;
--sandy-brown:#f2a65f;
--butterscotch:#fbaf4b;
--creamy-sweet-corn:#f7c250;
}