Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.violet-kiss {
color: #f2a6d5;
}
.taffy-pink {
color: #fba2c7;
}
.asagi-yellow {
color: #f5b87f;
}
.pierogi {
color: #f2d78c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--violet-kiss:#f2a6d5;
--taffy-pink:#fba2c7;
--asagi-yellow:#f5b87f;
--pierogi:#f2d78c;
}