Color names in this palette
CSS code for this palette
/* CSS */
.largest-black-slug {
color: #5b1a2b;
}
.jules {
color: #a73944;
}
.desert-rose {
color: #d05d6c;
}
.chantilly {
color: #eab8c7;
}
.ballet {
color: #f8d5d3;
}
/* CSS Variables */
:root {
--largest-black-slug:#5b1a2b;
--jules:#a73944;
--desert-rose:#d05d6c;
--chantilly:#eab8c7;
--ballet:#f8d5d3;
}