Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3d5c;
}
.our-little-secret {
color: #a84d7f;
}
.priceless-coral {
color: #e2a58d;
}
.solaria {
color: #f5d88e;
}
.balinese-sunset {
color: #f19f79;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3d5c;
--our-little-secret:#a84d7f;
--priceless-coral:#e2a58d;
--solaria:#f5d88e;
--balinese-sunset:#f19f79;
}