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