Color names in this palette
CSS code for this palette
/* CSS */
.kickstart-purple {
color: #7d7ecf;
}
.maximum-blue-purple {
color: #a2a7e6;
}
.vodka {
color: #c0c3f2;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.fruit-shake {
color: #f39d8c;
}
/* CSS Variables */
:root {
--kickstart-purple:#7d7ecf;
--maximum-blue-purple:#a2a7e6;
--vodka:#c0c3f2;
--antique-wicker-basket:#f1d3a2;
--fruit-shake:#f39d8c;
}