Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.yellow-petal {
color: #f2e44a;
}
.verditer {
color: #00b3aa;
}
.violet-femmes {
color: #a56f9d;
}
.cool-pink {
color: #e7cad1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--yellow-petal:#f2e44a;
--verditer:#00b3aa;
--violet-femmes:#a56f9d;
--cool-pink:#e7cad1;
}