Color names in this palette
CSS code for this palette
/* CSS */
.lickedy-lick {
color: #b34d6d;
}
.raspberry-lemonade {
color: #e1a8b2;
}
.sand-island {
color: #f6d1c1;
}
.cashew-cheese {
color: #f9f7be;
}
.double-spanish-white {
color: #d2c3a3;
}
/* CSS Variables */
:root {
--lickedy-lick:#b34d6d;
--raspberry-lemonade:#e1a8b2;
--sand-island:#f6d1c1;
--cashew-cheese:#f9f7be;
--double-spanish-white:#d2c3a3;
}