Paleta de colores Sun Wukong

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sun Wukong palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sun Wukong

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

CSS de la paleta de colores Sun Wukong

/* 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;
}

CSS del degradado de fondo Sun Wukong

/* 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 .