Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f5c2e0;
}
.rose-mallow {
color: #f1a7c8;
}
.china-pink {
color: #e56c9e;
}
.raspberry-sorbet {
color: #d93a6a;
}
.hot-hibiscus {
color: #b72449;
}
/* CSS Variables */
:root {
--rosy-nectar:#f5c2e0;
--rose-mallow:#f1a7c8;
--china-pink:#e56c9e;
--raspberry-sorbet:#d93a6a;
--hot-hibiscus:#b72449;
}