Color names in this palette
CSS code for this palette
/* CSS */
.bulgarian-rose {
color: #4b0b0b;
}
.falu-red {
color: #7d1c1c;
}
.red-team-spirit {
color: #b73838;
}
.coral-commander {
color: #e76565;
}
.old-flame {
color: #f4b8b8;
}
/* CSS Variables */
:root {
--bulgarian-rose:#4b0b0b;
--falu-red:#7d1c1c;
--red-team-spirit:#b73838;
--coral-commander:#e76565;
--old-flame:#f4b8b8;
}