Color names in this palette
CSS code for this palette
/* CSS */
.silken-chocolate {
color: #b77c5c;
}
.ungor-beige {
color: #d8a669;
}
.jasper-cane {
color: #e5c59f;
}
.passion-fruit-punch {
color: #e8a79c;
}
.earthworm {
color: #c07d6d;
}
/* CSS Variables */
:root {
--silken-chocolate:#b77c5c;
--ungor-beige:#d8a669;
--jasper-cane:#e5c59f;
--passion-fruit-punch:#e8a79c;
--earthworm:#c07d6d;
}