Color names in this palette
CSS code for this palette
/* CSS */
.garbanzo-bean {
color: #f0d5a3;
}
.shrimp-toast {
color: #f6c8a2;
}
.citrus-hill {
color: #f7a78d;
}
.k-bai-red {
color: #e0576c;
}
.plastic-lips {
color: #aa1d5f;
}
/* CSS Variables */
:root {
--garbanzo-bean:#f0d5a3;
--shrimp-toast:#f6c8a2;
--citrus-hill:#f7a78d;
--k-bai-red:#e0576c;
--plastic-lips:#aa1d5f;
}