Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d8;
}
.harmonious-rose {
color: #f49ab9;
}
.carmine-rose {
color: #e65b8c;
}
.vampire-fangs {
color: #d12956;
}
.bresaola {
color: #a61c3c;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d8;
--harmonious-rose:#f49ab9;
--carmine-rose:#e65b8c;
--vampire-fangs:#d12956;
--bresaola:#a61c3c;
}