CSS code for this palette
/* CSS */
.madder-red {
color: #b52c2c;
}
.jasper {
color: #d83b3e;
}
.samoan-sun {
color: #f9b848;
}
.egg-wash {
color: #e2e0ca;
}
.range-land {
color: #6dbf4f;
}
/* CSS Variables */
:root {
--madder-red:#b52c2c;
--jasper:#d83b3e;
--samoan-sun:#f9b848;
--egg-wash:#e2e0ca;
--range-land:#6dbf4f;
}