Color names in this palette
CSS code for this palette
/* CSS */
.artisans-gold {
color: #f3a949;
}
.salmon-eggs {
color: #f4d35d;
}
.golden-kingdom {
color: #e2c94b;
}
.davao-green {
color: #b0d57c;
}
.citronella {
color: #69bf76;
}
/* CSS Variables */
:root {
--artisans-gold:#f3a949;
--salmon-eggs:#f4d35d;
--golden-kingdom:#e2c94b;
--davao-green:#b0d57c;
--citronella:#69bf76;
}