Color names in this palette
CSS code for this palette
/* CSS */
.garden-country {
color: #d6c5a8;
}
.parfait {
color: #c6a69f;
}
.hatoba-nezumi-grey {
color: #a18c8c;
}
.relic {
color: #897c9c;
}
.justice {
color: #5e6a8d;
}
/* CSS Variables */
:root {
--garden-country:#d6c5a8;
--parfait:#c6a69f;
--hatoba-nezumi-grey:#a18c8c;
--relic:#897c9c;
--justice:#5e6a8d;
}