Color names in this palette
CSS code for this palette
/* CSS */
.redeye {
color: #b13939;
}
.roman {
color: #d65c5c;
}
.pressed-rose {
color: #f1a7a7;
}
.silver-strawberry {
color: #f1c1c1;
}
.hint-of-red {
color: #f5e0e0;
}
/* CSS Variables */
:root {
--redeye:#b13939;
--roman:#d65c5c;
--pressed-rose:#f1a7a7;
--silver-strawberry:#f1c1c1;
--hint-of-red:#f5e0e0;
}