Color names in this palette
CSS code for this palette
/* CSS */
.deep-amethyst {
color: #602e7f;
}
.prickly-purple {
color: #a25db1;
}
.berry-popsicle {
color: #d5a5d1;
}
.ibis {
color: #f1b6c1;
}
.island-hopping {
color: #f5e3d6;
}
/* CSS Variables */
:root {
--deep-amethyst:#602e7f;
--prickly-purple:#a25db1;
--berry-popsicle:#d5a5d1;
--ibis:#f1b6c1;
--island-hopping:#f5e3d6;
}