Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f5a3b8;
}
.tassel-flower {
color: #fbc1d1;
}
.pink-pleasure {
color: #fee1e6;
}
.rose-mallow {
color: #f9a9c9;
}
.blush-hour {
color: #ff7094;
}
/* CSS Variables */
:root {
--pink-chalk:#f5a3b8;
--tassel-flower:#fbc1d1;
--pink-pleasure:#fee1e6;
--rose-mallow:#f9a9c9;
--blush-hour:#ff7094;
}