Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b29dd8;
}
.hashita-purple {
color: #8b5f8c;
}
.spring-sun {
color: #f0f3c4;
}
.pizazz-peach {
color: #f7cb92;
}
.entan-red {
color: #eb6b52;
}
/* CSS Variables */
:root {
--violet-velvet:#b29dd8;
--hashita-purple:#8b5f8c;
--spring-sun:#f0f3c4;
--pizazz-peach:#f7cb92;
--entan-red:#eb6b52;
}