Color names in this palette
CSS code for this palette
/* CSS */
.simmered-seaweed {
color: #4b3e2f;
}
.cub {
color: #6e5d49;
}
.bland {
color: #b1a68b;
}
.asparagus-green {
color: #d2cab2;
}
.cream-washed {
color: #f1e0c6;
}
/* CSS Variables */
:root {
--simmered-seaweed:#4b3e2f;
--cub:#6e5d49;
--bland:#b1a68b;
--asparagus-green:#d2cab2;
--cream-washed:#f1e0c6;
}