Chizome Akaguro Color Palette
Discover the beautiful Chizome Akaguro color palette featuring peach orange (#ffbe99), wild watermelon (#ff667a), eunry (#d4a5a5), martinique (#3a325d) and mulled wine (#4d3f6e).
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 Chizome Akaguro palette
💻 Chizome Akaguro color palette CSS
/* CSS */
.color-1 {
color: #ffbe99;
}
.color-2 {
color: #ff667a;
}
.color-3 {
color: #d4a5a5;
}
.color-4 {
color: #3a325d;
}
.color-5 {
color: #4d3f6e;
}
/* CSS Variables */
:root {
--color-1: #ffbe99;
--color-2: #ff667a;
--color-3: #d4a5a5;
--color-4: #3a325d;
--color-5: #4d3f6e;
} 🌈 Chizome Akaguro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbe99, #ff667a, #d4a5a5, #3a325d, #4d3f6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbe99, #ff667a, #d4a5a5, #3a325d, #4d3f6e);
} 🔗 Explore similar color palettes
Chizome Akaguro color palette created on .