Color names in this palette
CSS code for this palette
/* CSS */
.sweet-cherry {
color: #a04b4c;
}
.wild-poppy {
color: #b95b5c;
}
.balcony-sunset {
color: #d68f6b;
}
.tasman-honey-yellow {
color: #e6c55c;
}
.goody-gumdrop {
color: #c8d87d;
}
/* CSS Variables */
:root {
--sweet-cherry:#a04b4c;
--wild-poppy:#b95b5c;
--balcony-sunset:#d68f6b;
--tasman-honey-yellow:#e6c55c;
--goody-gumdrop:#c8d87d;
}