Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #7a1a1a;
}
.sweet-cherry {
color: #9e4c4c;
}
.remembrance {
color: #c99c9c;
}
.rose-colored-glasses {
color: #e5c2c2;
}
.french-bustle {
color: #f3d3d3;
}
/* CSS Variables */
:root {
--falu-red:#7a1a1a;
--sweet-cherry:#9e4c4c;
--remembrance:#c99c9c;
--rose-colored-glasses:#e5c2c2;
--french-bustle:#f3d3d3;
}