Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4c2c59;
}
.pure-mauve {
color: #6a4c94;
}
.lush-lilac {
color: #9c7dba;
}
.creole-cottage {
color: #e7b99c;
}
.peach-damask {
color: #f7c5a6;
}
/* CSS Variables */
:root {
--deep-plum:#4c2c59;
--pure-mauve:#6a4c94;
--lush-lilac:#9c7dba;
--creole-cottage:#e7b99c;
--peach-damask:#f7c5a6;
}