Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f9e5a9;
}
.syndicalist {
color: #f5c400;
}
.precious-persimmon {
color: #ff7142;
}
.chefchaouen-blue {
color: #a5d1e9;
}
.oregano-green {
color: #4d9f3c;
}
/* CSS Variables */
:root {
--gold-sand:#f9e5a9;
--syndicalist:#f5c400;
--precious-persimmon:#ff7142;
--chefchaouen-blue:#a5d1e9;
--oregano-green:#4d9f3c;
}