Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-smoothie {
color: #8c4a4a;
}
.terra-tone {
color: #b86b6b;
}
.conch-pink {
color: #d8a597;
}
.peach-temptation {
color: #f3c5b4;
}
.veiled-pink {
color: #f9dfd7;
}
/* CSS Variables */
:root {
--rhubarb-smoothie:#8c4a4a;
--terra-tone:#b86b6b;
--conch-pink:#d8a597;
--peach-temptation:#f3c5b4;
--veiled-pink:#f9dfd7;
}