Color names in this palette
CSS code for this palette
/* CSS */
.straw-basket {
color: #d8c79d;
}
.beef-hotpot {
color: #a85f2e;
}
.pink-flambe {
color: #d54d7d;
}
.calabrese {
color: #f6a6a2;
}
.ethereal-green {
color: #f1e8c6;
}
/* CSS Variables */
:root {
--straw-basket:#d8c79d;
--beef-hotpot:#a85f2e;
--pink-flambe:#d54d7d;
--calabrese:#f6a6a2;
--ethereal-green:#f1e8c6;
}