Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.persicus {
color: #ffb59e;
}
.fuzzy-navel {
color: #ffd59e;
}
.sand-crystal {
color: #ffeedb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--persicus:#ffb59e;
--fuzzy-navel:#ffd59e;
--sand-crystal:#ffeedb;
}