Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.phellodendron-amurense {
color: #f3c539;
}
.hidden-sea-glass {
color: #6ed4cf;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--phellodendron-amurense:#f3c539;
--hidden-sea-glass:#6ed4cf;
--peaceful-river:#4a9cd3;
}