Abbie Kuro Color Palette
Discover the beautiful Abbie Kuro color palette featuring woody brown (#3f272c), eggplant (#64444a), copper rose (#996165), oriental pink (#c69b94) and sidecar (#f5d8c7).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Abbie Kuro palette
💻 Abbie Kuro color palette CSS
/* CSS */
.color-1 {
color: #3f272c;
}
.color-2 {
color: #64444a;
}
.color-3 {
color: #996165;
}
.color-4 {
color: #c69b94;
}
.color-5 {
color: #f5d8c7;
}
/* CSS Variables */
:root {
--color-1: #3f272c;
--color-2: #64444a;
--color-3: #996165;
--color-4: #c69b94;
--color-5: #f5d8c7;
} 🌈 Abbie Kuro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f272c, #64444a, #996165, #c69b94, #f5d8c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f272c, #64444a, #996165, #c69b94, #f5d8c7);
} 🔗 Explore similar color palettes
Abbie Kuro color palette created on .