Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.persicus {
color: #ffb69e;
}
.star-studded {
color: #f9eca9;
}
.dingy-sticky-note {
color: #e1f59e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--persicus:#ffb69e;
--star-studded:#f9eca9;
--dingy-sticky-note:#e1f59e;
}