Color names in this palette
CSS code for this palette
/* CSS */
.jazz {
color: #5f2b30;
}
.apple-butter {
color: #8c4f54;
}
.fiesta-rojo {
color: #b77b7e;
}
.mellow-rose {
color: #d8a3a2;
}
.english-rose {
color: #f5c7c2;
}
/* CSS Variables */
:root {
--jazz:#5f2b30;
--apple-butter:#8c4f54;
--fiesta-rojo:#b77b7e;
--mellow-rose:#d8a3a2;
--english-rose:#f5c7c2;
}