Color names in this palette
CSS code for this palette
/* CSS */
.bright-delight {
color: #d35d27;
}
.yellow-sea {
color: #f79d36;
}
.vanilla-pudding {
color: #f5e170;
}
.clover-patch {
color: #4f9c55;
}
.painted-poppy {
color: #c84f37;
}
/* CSS Variables */
:root {
--bright-delight:#d35d27;
--yellow-sea:#f79d36;
--vanilla-pudding:#f5e170;
--clover-patch:#4f9c55;
--painted-poppy:#c84f37;
}