Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c62a2a;
}
.bricks-of-hope {
color: #d85a5a;
}
.wood-nymph {
color: #e9a5a5;
}
.english-rose {
color: #f6c6c6;
}
.royal-wedding {
color: #fde2e2;
}
/* CSS Variables */
:root {
--peri-peri:#c62a2a;
--bricks-of-hope:#d85a5a;
--wood-nymph:#e9a5a5;
--english-rose:#f6c6c6;
--royal-wedding:#fde2e2;
}