Color names in this palette
CSS code for this palette
/* CSS */
.jelly-slug {
color: #d86a4b;
}
.dune-king {
color: #e9a56d;
}
.bright-clove {
color: #f1cf9d;
}
.radome-tan {
color: #f2c8a1;
}
.japanese-wax-tree {
color: #b77c57;
}
/* CSS Variables */
:root {
--jelly-slug:#d86a4b;
--dune-king:#e9a56d;
--bright-clove:#f1cf9d;
--radome-tan:#f2c8a1;
--japanese-wax-tree:#b77c57;
}