Color names in this palette
CSS code for this palette
/* CSS */
.druchii-violet {
color: #7f2a92;
}
.moonlight-melody {
color: #b46eab;
}
.prettiest-pink {
color: #e8a6c4;
}
.mocha-dandelion {
color: #f2d86e;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--druchii-violet:#7f2a92;
--moonlight-melody:#b46eab;
--prettiest-pink:#e8a6c4;
--mocha-dandelion:#f2d86e;
--maximum-yellow-red:#f1b74b;
}