Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94e3b;
}
.goldsmith {
color: #f1b24b;
}
.goldfinch {
color: #f8e45d;
}
.last-of-lettuce {
color: #a9d96d;
}
.techno-turquoise {
color: #5dbb8c;
}
/* CSS Variables */
:root {
--painted-poppy:#c94e3b;
--goldsmith:#f1b24b;
--goldfinch:#f8e45d;
--last-of-lettuce:#a9d96d;
--techno-turquoise:#5dbb8c;
}