Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.persicus {
color: #ffb59e;
}
.friendship {
color: #ffd7c2;
}
.peach-cream {
color: #ffefdb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--persicus:#ffb59e;
--friendship:#ffd7c2;
--peach-cream:#ffefdb;
}