Color names in this palette
CSS code for this palette
/* CSS */
.lounge-violet {
color: #5d2f6f;
}
.heath-spotted-orchid {
color: #995e9c;
}
.lipstick {
color: #d05d85;
}
.peach-temptation {
color: #f1c5b1;
}
.durango-dust {
color: #f9e19f;
}
/* CSS Variables */
:root {
--lounge-violet:#5d2f6f;
--heath-spotted-orchid:#995e9c;
--lipstick:#d05d85;
--peach-temptation:#f1c5b1;
--durango-dust:#f9e19f;
}