Kanye West Color Palette
Discover the beautiful Kanye West color palette featuring saffron (#f6b83c), di serria (#daa44e), paarl (#a56d2c), west coast (#5c4c1e) and dune (#2d2b2a).
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 Kanye West palette
💻 Kanye West color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #daa44e;
}
.color-3 {
color: #a56d2c;
}
.color-4 {
color: #5c4c1e;
}
.color-5 {
color: #2d2b2a;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #daa44e;
--color-3: #a56d2c;
--color-4: #5c4c1e;
--color-5: #2d2b2a;
}
🌈 Kanye West background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #daa44e, #a56d2c, #5c4c1e, #2d2b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #daa44e, #a56d2c, #5c4c1e, #2d2b2a);
}
🔗 Explore similar color palettes
Kanye West color palette created on .