Color names in this palette
CSS code for this palette
/* CSS */
.powdered-peach {
color: #fee4d2;
}
.first-date {
color: #f6b4a2;
}
.youthful-coral {
color: #f27e78;
}
.camellia-rose {
color: #e64c6e;
}
.pretty-in-plum {
color: #d04e8d;
}
/* CSS Variables */
:root {
--powdered-peach:#fee4d2;
--first-date:#f6b4a2;
--youthful-coral:#f27e78;
--camellia-rose:#e64c6e;
--pretty-in-plum:#d04e8d;
}