Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #6b4c94;
}
.cumquat-cream {
color: #ef9e7b;
}
.tropical-lagoon {
color: #1b9bac;
}
.anna-banana {
color: #f7d44b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--parfait-d-amour:#6b4c94;
--cumquat-cream:#ef9e7b;
--tropical-lagoon:#1b9bac;
--anna-banana:#f7d44b;
--grapefruit-pulp:#ff6e61;
}