Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4a2d5c;
}
.chakra {
color: #8d5b8f;
}
.blushing-tulip {
color: #e2a1b5;
}
.english-rose {
color: #f6c6c6;
}
.durango-dust {
color: #f9e19f;
}
/* CSS Variables */
:root {
--deep-plum:#4a2d5c;
--chakra:#8d5b8f;
--blushing-tulip:#e2a1b5;
--english-rose:#f6c6c6;
--durango-dust:#f9e19f;
}