Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f7e7bb;
}
.cream-custard {
color: #f2d7b0;
}
.warming-peach {
color: #e3bba1;
}
.light-mauve {
color: #c392a1;
}
.mauve-orchid {
color: #a76c8e;
}
/* CSS Variables */
:root {
--gentle-glow:#f7e7bb;
--cream-custard:#f2d7b0;
--warming-peach:#e3bba1;
--light-mauve:#c392a1;
--mauve-orchid:#a76c8e;
}