Sun Wukong Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sun Wukong palette

Share this palette to:

Sun Wukong color palette PNG image

Download sun wukong color palette PNG image (landscape)
Download sun wukong color palette PNG image (square)

Sun Wukong color palette CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f99f3e;
}
.color-3 {
color: #f7703b;
}
.color-4 {
color: #da502b;
}
.color-5 {
color: #9d2a1b;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f99f3e;
--color-3: #f7703b;
--color-4: #da502b;
--color-5: #9d2a1b;
}

Sun Wukong background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f99f3e, #f7703b, #da502b, #9d2a1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f99f3e, #f7703b, #da502b, #9d2a1b);
}

Sun Wukong color palette created on .