Color names in this palette
CSS code for this palette
/* CSS */
.burnt-crimson {
color: #5b1f25;
}
.ruby-ring {
color: #a13a3f;
}
.strawberry-wine {
color: #c76b6e;
}
.mellow-rose {
color: #d7a9a3;
}
.french-bustle {
color: #f1d6d5;
}
/* CSS Variables */
:root {
--burnt-crimson:#5b1f25;
--ruby-ring:#a13a3f;
--strawberry-wine:#c76b6e;
--mellow-rose:#d7a9a3;
--french-bustle:#f1d6d5;
}