Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d2;
}
.rose-mallow {
color: #f2a6c4;
}
.hopeful {
color: #f2d4e5;
}
.pink-currant {
color: #ffd6e9;
}
.sparkling-pink {
color: #f2cfe5;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d2;
--rose-mallow:#f2a6c4;
--hopeful:#f2d4e5;
--pink-currant:#ffd6e9;
--sparkling-pink:#f2cfe5;
}