Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff9b8a;
}
.peach-pearl {
color: #ffb4a3;
}
.corn-kernel {
color: #ffcba3;
}
.tunisian-stone {
color: #ffdfb3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff9b8a;
--peach-pearl:#ffb4a3;
--corn-kernel:#ffcba3;
--tunisian-stone:#ffdfb3;
}