Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.floral-leaf {
color: #ffb84d;
}
.midday-sun {
color: #ffe0a3;
}
.urnebes-beige {
color: #ffebc2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--floral-leaf:#ffb84d;
--midday-sun:#ffe0a3;
--urnebes-beige:#ffebc2;
}