Color names in this palette
CSS code for this palette
/* CSS */
.jelly-slug {
color: #d86a4b;
}
.apricot-preserves {
color: #efaf8f;
}
.honey-butter {
color: #f8d39b;
}
.american-yellow {
color: #f0b400;
}
.wilted-brown {
color: #ab4b3b;
}
/* CSS Variables */
:root {
--jelly-slug:#d86a4b;
--apricot-preserves:#efaf8f;
--honey-butter:#f8d39b;
--american-yellow:#f0b400;
--wilted-brown:#ab4b3b;
}