Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peahen {
color: #6d9c8b;
}
.perfect-days {
color: #4b9eec;
}
.golden-apples {
color: #f2d750;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peahen:#6d9c8b;
--perfect-days:#4b9eec;
--golden-apples:#f2d750;
--floral-leaf:#ffb84d;
}