Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-kiss {
color: #3b0c1e;
}
.siren {
color: #682c3e;
}
.befitting {
color: #9b4b70;
}
.minuette {
color: #d27991;
}
.pale-petunia {
color: #f6c1c9;
}
/* CSS Variables */
:root {
--chocolate-kiss:#3b0c1e;
--siren:#682c3e;
--befitting:#9b4b70;
--minuette:#d27991;
--pale-petunia:#f6c1c9;
}