Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.autumn-splendor {
color: #ff9a4d;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.maizena {
color: #ffea61;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--autumn-splendor:#ff9a4d;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--maizena:#ffea61;
}