Color names in this palette
CSS code for this palette
/* CSS */
.arterial-blood-red {
color: #700f1b;
}
.unmatched-beauty {
color: #ae2d3a;
}
.lovely-little-rosy {
color: #e15b69;
}
.harmonious-rose {
color: #f7a1b8;
}
.blush-tint {
color: #f4e1e6;
}
/* CSS Variables */
:root {
--arterial-blood-red:#700f1b;
--unmatched-beauty:#ae2d3a;
--lovely-little-rosy:#e15b69;
--harmonious-rose:#f7a1b8;
--blush-tint:#f4e1e6;
}