Kanye West Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kanye West palette
Kanye West color palette PNG image
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);
}
Similar color palettes
Kanye West color palette created on .