Color names in this palette
CSS code for this palette
/* CSS */
.peach-rose {
color: #f6e2d5;
}
.apricot-obsession {
color: #f8c6b4;
}
.orange-grove {
color: #fbb08e;
}
.peachy-feeling {
color: #f07f66;
}
.sour-cherry {
color: #e24a3c;
}
/* CSS Variables */
:root {
--peach-rose:#f6e2d5;
--apricot-obsession:#f8c6b4;
--orange-grove:#fbb08e;
--peachy-feeling:#f07f66;
--sour-cherry:#e24a3c;
}