Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e7a2b2;
}
.sherbet-fruit {
color: #f8c9b9;
}
.sand-muffin {
color: #ffe1c2;
}
.peach-damask {
color: #f6c8a7;
}
.pink-fit {
color: #f4a9b3;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e7a2b2;
--sherbet-fruit:#f8c9b9;
--sand-muffin:#ffe1c2;
--peach-damask:#f6c8a7;
--pink-fit:#f4a9b3;
}