Color names in this palette
CSS code for this palette
/* CSS */
.super-pink {
color: #d06da1;
}
.love-at-first-sight {
color: #e6a7b2;
}
.cherry-blossom {
color: #f5c2d7;
}
.poetic-princess {
color: #f8e2e5;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--super-pink:#d06da1;
--love-at-first-sight:#e6a7b2;
--cherry-blossom:#f5c2d7;
--poetic-princess:#f8e2e5;
--matt-pink:#ffb3c1;
}