Color names in this palette
CSS code for this palette
/* CSS */
.wavy-glass {
color: #b3a565;
}
.syndicalist {
color: #f5c400;
}
.nasturtium-flower {
color: #e94b1c;
}
.feather-green {
color: #a2d2b5;
}
.china-pattern {
color: #3e5a75;
}
/* CSS Variables */
:root {
--wavy-glass:#b3a565;
--syndicalist:#f5c400;
--nasturtium-flower:#e94b1c;
--feather-green:#a2d2b5;
--china-pattern:#3e5a75;
}