Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #6b4c9a;
}
.herb-robert {
color: #dca4e5;
}
.olden-amber {
color: #f0b66a;
}
.momo-peach {
color: #f67481;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--parfait-d-amour:#6b4c9a;
--herb-robert:#dca4e5;
--olden-amber:#f0b66a;
--momo-peach:#f67481;
--pompelmo:#ff6b6b;
}