Kimikuro Color Palette
Discover the beautiful Kimikuro color palette featuring haiti (#0a071d), valhalla (#1e1547), valhalla (#2a1b50), jacarta (#422970) and cosmic (#793979).
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 Kimikuro palette
💻 Kimikuro color palette CSS
/* CSS */
.color-1 {
color: #0a071d;
}
.color-2 {
color: #1e1547;
}
.color-3 {
color: #2a1b50;
}
.color-4 {
color: #422970;
}
.color-5 {
color: #793979;
}
/* CSS Variables */
:root {
--color-1: #0a071d;
--color-2: #1e1547;
--color-3: #2a1b50;
--color-4: #422970;
--color-5: #793979;
} 🌈 Kimikuro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a071d, #1e1547, #2a1b50, #422970, #793979);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a071d, #1e1547, #2a1b50, #422970, #793979);
} 🔗 Explore similar color palettes
Kimikuro color palette created on .