Color names in this palette
CSS code for this palette
/* CSS */
.dark-roast {
color: #4c2f2f;
}
.tibetan-temple {
color: #804d4d;
}
.terra-tone {
color: #b46a6a;
}
.rosewood-apricot {
color: #d69e9e;
}
.french-bustle {
color: #f2d4d4;
}
/* CSS Variables */
:root {
--dark-roast:#4c2f2f;
--tibetan-temple:#804d4d;
--terra-tone:#b46a6a;
--rosewood-apricot:#d69e9e;
--french-bustle:#f2d4d4;
}