Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.durazno-maduro {
color: #ffb675;
}
.peach-of-mind {
color: #ffe3b3;
}
.twinkling-lights {
color: #fff9c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--durazno-maduro:#ffb675;
--peach-of-mind:#ffe3b3;
--twinkling-lights:#fff9c2;
}