Color names in this palette
CSS code for this palette
/* CSS */
.weeping-fig {
color: #5c882b;
}
.glass-bottle {
color: #8ebf5a;
}
.garlic-pesto {
color: #c4d600;
}
.goldfinch {
color: #f9e45d;
}
.sunset-blaze {
color: #e85e2c;
}
/* CSS Variables */
:root {
--weeping-fig:#5c882b;
--glass-bottle:#8ebf5a;
--garlic-pesto:#c4d600;
--goldfinch:#f9e45d;
--sunset-blaze:#e85e2c;
}