Color names in this palette
CSS code for this palette
/* CSS */
.puppy-love {
color: #e4b9c1;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.allspice {
color: #f9c9a9;
}
.riviera-rose {
color: #f7b3a6;
}
.benihi-red {
color: #f34c39;
}
/* CSS Variables */
:root {
--puppy-love:#e4b9c1;
--antique-wicker-basket:#f6d2a2;
--allspice:#f9c9a9;
--riviera-rose:#f7b3a6;
--benihi-red:#f34c39;
}