Color names in this palette
CSS code for this palette
/* CSS */
.kimberlite {
color: #6972a5;
}
.lilac-sachet {
color: #aab5d4;
}
.york-plum {
color: #d1c2e5;
}
.cherry-blossom {
color: #f5c2d3;
}
.fresh-on-the-market {
color: #f8a5b8;
}
/* CSS Variables */
:root {
--kimberlite:#6972a5;
--lilac-sachet:#aab5d4;
--york-plum:#d1c2e5;
--cherry-blossom:#f5c2d3;
--fresh-on-the-market:#f8a5b8;
}