Color names in this palette
CSS code for this palette
/* CSS */
.chocolate-cosmos {
color: #5c0f17;
}
.manchester-nights {
color: #9b1c25;
}
.jasper {
color: #d93f3f;
}
.candy-heart-pink {
color: #f7a1a3;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--chocolate-cosmos:#5c0f17;
--manchester-nights:#9b1c25;
--jasper:#d93f3f;
--candy-heart-pink:#f7a1a3;
--white:#ffffff;
}