Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.melon-mist {
color: #e77e93;
}
.cabaret {
color: #d0536c;
}
.rust-effect {
color: #b92d46;
}
.refined-chianti {
color: #8d1c36;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--melon-mist:#e77e93;
--cabaret:#d0536c;
--rust-effect:#b92d46;
--refined-chianti:#8d1c36;
}