Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d5;
}
.rozowy-pink {
color: #f2a6b8;
}
.hope {
color: #e77e9f;
}
.cherry-pink {
color: #c3607e;
}
.ancient-fuchsia {
color: #a54564;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d5;
--rozowy-pink:#f2a6b8;
--hope:#e77e9f;
--cherry-pink:#c3607e;
--ancient-fuchsia:#a54564;
}