Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5b2a2a;
}
.rhubarb-smoothie {
color: #8b4b4b;
}
.terra-tone {
color: #b76c6c;
}
.mellow-rose {
color: #d8a2a2;
}
.rose-aspect {
color: #f1c6c6;
}
/* CSS Variables */
:root {
--christmas-brown:#5b2a2a;
--rhubarb-smoothie:#8b4b4b;
--terra-tone:#b76c6c;
--mellow-rose:#d8a2a2;
--rose-aspect:#f1c6c6;
}