Color names in this palette
CSS code for this palette
/* CSS */
.jazz {
color: #602e2f;
}
.rhubarb-smoothie {
color: #8c4a4a;
}
.terra-tone {
color: #b4706a;
}
.kitten-s-paw {
color: #d8a89d;
}
.peach-rose {
color: #f6e3d5;
}
/* CSS Variables */
:root {
--jazz:#602e2f;
--rhubarb-smoothie:#8c4a4a;
--terra-tone:#b4706a;
--kitten-s-paw:#d8a89d;
--peach-rose:#f6e3d5;
}