Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f3e5ba;
}
.neighborly-peach {
color: #f1c3a2;
}
.strawberry-rose {
color: #e69b8e;
}
.paris-pink {
color: #d66b8f;
}
.je-t-aime {
color: #b86b99;
}
/* CSS Variables */
:root {
--gentle-glow:#f3e5ba;
--neighborly-peach:#f1c3a2;
--strawberry-rose:#e69b8e;
--paris-pink:#d66b8f;
--je-t-aime:#b86b99;
}