Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.durazno-maduro {
color: #ffb875;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.gnocchi-beige {
color: #ffedb8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9e66;
--durazno-maduro:#ffb875;
--peach-cr-me-br-l-e:#ffe29e;
--gnocchi-beige:#ffedb8;
}