Color names in this palette
CSS code for this palette
/* CSS */
.sweet-heart {
color: #e5a9b3;
}
.mountain-laurel {
color: #f6c6d6;
}
.poetic-princess {
color: #f8e2e6;
}
.soft-cashmere {
color: #f0b7d7;
}
.ibis-rose {
color: #c85b8c;
}
/* CSS Variables */
:root {
--sweet-heart:#e5a9b3;
--mountain-laurel:#f6c6d6;
--poetic-princess:#f8e2e6;
--soft-cashmere:#f0b7d7;
--ibis-rose:#c85b8c;
}