Color names in this palette
CSS code for this palette
/* CSS */
.imperial {
color: #5e2c68;
}
.flowering-raspberry {
color: #a06a90;
}
.enhance {
color: #d3a7c0;
}
.oatmeal-bath {
color: #e0c8a3;
}
.aspen-yellow {
color: #f4e09f;
}
/* CSS Variables */
:root {
--imperial:#5e2c68;
--flowering-raspberry:#a06a90;
--enhance:#d3a7c0;
--oatmeal-bath:#e0c8a3;
--aspen-yellow:#f4e09f;
}