Color names in this palette
CSS code for this palette
/* CSS */
.ruggero-red {
color: #8d3f3f;
}
.terra-tone {
color: #b76c6c;
}
.chewing-gum {
color: #e9afaf;
}
.french-bustle {
color: #f1d5d5;
}
.peach-temptation {
color: #f3c4b4;
}
/* CSS Variables */
:root {
--ruggero-red:#8d3f3f;
--terra-tone:#b76c6c;
--chewing-gum:#e9afaf;
--french-bustle:#f1d5d5;
--peach-temptation:#f3c4b4;
}