Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f3c1b4;
}
.angel-breath {
color: #dfae9f;
}
.shanghai-peach {
color: #d69d8f;
}
.rose-chintz {
color: #c8747d;
}
.dusky-rose {
color: #b86b6f;
}
/* CSS Variables */
:root {
--rustique:#f3c1b4;
--angel-breath:#dfae9f;
--shanghai-peach:#d69d8f;
--rose-chintz:#c8747d;
--dusky-rose:#b86b6f;
}