Color names in this palette
CSS code for this palette
/* CSS */
.blended-fruit {
color: #f8e2a5;
}
.sumptuous-peach {
color: #e3b89c;
}
.coral-expression {
color: #d96d6d;
}
.cure-all {
color: #a76c8d;
}
.parfait-d-amour {
color: #6b4c94;
}
/* CSS Variables */
:root {
--blended-fruit:#f8e2a5;
--sumptuous-peach:#e3b89c;
--coral-expression:#d96d6d;
--cure-all:#a76c8d;
--parfait-d-amour:#6b4c94;
}