Hip-hop Escuro Color Palette
Discover the beautiful Hip-hop Escuro color palette featuring martinique (#302b46), bossanova (#4a2b5a), rum (#6d5e8d), cadillac (#b14e6c) and punch (#d04725).
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 Hip-hop Escuro palette
💻 Hip-hop Escuro color palette CSS
/* CSS */
.color-1 {
color: #302b46;
}
.color-2 {
color: #4a2b5a;
}
.color-3 {
color: #6d5e8d;
}
.color-4 {
color: #b14e6c;
}
.color-5 {
color: #d04725;
}
/* CSS Variables */
:root {
--color-1: #302b46;
--color-2: #4a2b5a;
--color-3: #6d5e8d;
--color-4: #b14e6c;
--color-5: #d04725;
}
🌈 Hip-hop Escuro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #302b46, #4a2b5a, #6d5e8d, #b14e6c, #d04725);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #302b46, #4a2b5a, #6d5e8d, #b14e6c, #d04725);
}
🔗 Explore similar color palettes
Hip-hop Escuro color palette created on .