Color names in this palette
CSS code for this palette
/* CSS */
.winter-bloom {
color: #5b2a4e;
}
.razzmic-berry {
color: #8b4b7e;
}
.lover-s-tryst {
color: #b686a0;
}
.athena-pink {
color: #e8b0c4;
}
.bloodthirsty-beige {
color: #f7d8cf;
}
/* CSS Variables */
:root {
--winter-bloom:#5b2a4e;
--razzmic-berry:#8b4b7e;
--lover-s-tryst:#b686a0;
--athena-pink:#e8b0c4;
--bloodthirsty-beige:#f7d8cf;
}