Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d0;
}
.salmon-rose {
color: #ff7081;
}
.sizzling-red {
color: #ff3d54;
}
.etruscan-red {
color: #c92c3c;
}
.falu-red {
color: #7a1a1b;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d0;
--salmon-rose:#ff7081;
--sizzling-red:#ff3d54;
--etruscan-red:#c92c3c;
--falu-red:#7a1a1b;
}