Color names in this palette
CSS code for this palette
/* CSS */
.japanese-iris {
color: #7e5c3a;
}
.cardboard {
color: #c39a6f;
}
.california-chamois {
color: #e5b66c;
}
.buttery-croissant {
color: #f6e19d;
}
.first-date {
color: #f3b2a0;
}
/* CSS Variables */
:root {
--japanese-iris:#7e5c3a;
--cardboard:#c39a6f;
--california-chamois:#e5b66c;
--buttery-croissant:#f6e19d;
--first-date:#f3b2a0;
}