Color names in this palette
CSS code for this palette
/* CSS */
.siren-scarlet {
color: #b01c1c;
}
.peri-peri {
color: #c92c2c;
}
.re-entry {
color: #d94a4a;
}
.childhood-crush {
color: #e16b6b;
}
.plum-blossom {
color: #f09e9e;
}
/* CSS Variables */
:root {
--siren-scarlet:#b01c1c;
--peri-peri:#c92c2c;
--re-entry:#d94a4a;
--childhood-crush:#e16b6b;
--plum-blossom:#f09e9e;
}