Color names in this palette
CSS code for this palette
/* CSS */
.spearmint-burst {
color: #5abf8b;
}
.pale-pear {
color: #f5d96b;
}
.fiery-coral {
color: #e05e5c;
}
.chanterelle {
color: #d9a520;
}
.saltwater-depth {
color: #4f8c6d;
}
/* CSS Variables */
:root {
--spearmint-burst:#5abf8b;
--pale-pear:#f5d96b;
--fiery-coral:#e05e5c;
--chanterelle:#d9a520;
--saltwater-depth:#4f8c6d;
}