Color names in this palette
CSS code for this palette
/* CSS */
.distressed-white {
color: #f2e6ca;
}
.dusty-gold {
color: #d9b99b;
}
.whistler-rose {
color: #c79d8f;
}
.orchid-lei {
color: #9e517d;
}
.velvet-mauve {
color: #682c59;
}
/* CSS Variables */
:root {
--distressed-white:#f2e6ca;
--dusty-gold:#d9b99b;
--whistler-rose:#c79d8f;
--orchid-lei:#9e517d;
--velvet-mauve:#682c59;
}