Color names in this palette
CSS code for this palette
/* CSS */
.imperial {
color: #5e2b6e;
}
.chakra {
color: #8a5b8f;
}
.lover-s-tryst {
color: #b48da1;
}
.sepia-rose {
color: #d4b7b5;
}
.orange-confection {
color: #f4e2d2;
}
/* CSS Variables */
:root {
--imperial:#5e2b6e;
--chakra:#8a5b8f;
--lover-s-tryst:#b48da1;
--sepia-rose:#d4b7b5;
--orange-confection:#f4e2d2;
}