Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f1c7b1;
}
.shilo {
color: #e3b0a5;
}
.pink-slip {
color: #d68a8d;
}
.cosmetic-red {
color: #a85d78;
}
.crushed-violets {
color: #6a3e4d;
}
/* CSS Variables */
:root {
--peach-temptation:#f1c7b1;
--shilo:#e3b0a5;
--pink-slip:#d68a8d;
--cosmetic-red:#a85d78;
--crushed-violets:#6a3e4d;
}