Color names in this palette
CSS code for this palette
/* CSS */
.warrior-queen {
color: #a42d4d;
}
.lippie {
color: #d26d6a;
}
.modestly-peach {
color: #f0a59e;
}
.mountain-laurel {
color: #f3c9d7;
}
.heart-to-heart {
color: #d2a7c6;
}
/* CSS Variables */
:root {
--warrior-queen:#a42d4d;
--lippie:#d26d6a;
--modestly-peach:#f0a59e;
--mountain-laurel:#f3c9d7;
--heart-to-heart:#d2a7c6;
}