Color names in this palette
CSS code for this palette
/* CSS */
.silken-chocolate {
color: #b97d5f;
}
.flower-field {
color: #d8a96e;
}
.golden-thread {
color: #eac77b;
}
.giallo {
color: #f2d43a;
}
.salametti {
color: #e45d2f;
}
/* CSS Variables */
:root {
--silken-chocolate:#b97d5f;
--flower-field:#d8a96e;
--golden-thread:#eac77b;
--giallo:#f2d43a;
--salametti:#e45d2f;
}