Color names in this palette
CSS code for this palette
/* CSS */
.super-pink {
color: #d06da1;
}
.pink-nectar {
color: #d7a7b9;
}
.in-the-slip {
color: #e0c2cf;
}
.pink-proposal {
color: #f0e0e8;
}
.love-spell {
color: #f8b9c5;
}
/* CSS Variables */
:root {
--super-pink:#d06da1;
--pink-nectar:#d7a7b9;
--in-the-slip:#e0c2cf;
--pink-proposal:#f0e0e8;
--love-spell:#f8b9c5;
}