Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-kiss {
color: #c76b9b;
}
.rosebud-cherry {
color: #8a2e54;
}
.zinfandel {
color: #5c1f3d;
}
.nanohanacha-gold {
color: #e5b12e;
}
.shrimp-toast {
color: #f7c3a1;
}
/* CSS Variables */
:root {
--fuchsia-kiss:#c76b9b;
--rosebud-cherry:#8a2e54;
--zinfandel:#5c1f3d;
--nanohanacha-gold:#e5b12e;
--shrimp-toast:#f7c3a1;
}