Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d12929;
}
.red-arremer {
color: #e24b4b;
}
.meat {
color: #f07f7f;
}
.precious-pink {
color: #f8b4b4;
}
.royal-wedding {
color: #fce3e3;
}
/* CSS Variables */
:root {
--chi-gong:#d12929;
--red-arremer:#e24b4b;
--meat:#f07f7f;
--precious-pink:#f8b4b4;
--royal-wedding:#fce3e3;
}