Paleta de colores Sun Blonde

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sun Blonde palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sun Blonde

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

CSS de la paleta de colores Sun Blonde

/* CSS */
.color-1 {
color: #f7e0a1;
}
.color-2 {
color: #f2d75f;
}
.color-3 {
color: #e0b64d;
}
.color-4 {
color: #d99f3a;
}
.color-5 {
color: #c5942b;
}

/* CSS Variables */
:root {
--color-1: #f7e0a1;
--color-2: #f2d75f;
--color-3: #e0b64d;
--color-4: #d99f3a;
--color-5: #c5942b;
}

CSS del degradado de fondo Sun Blonde

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e0a1, #f2d75f, #e0b64d, #d99f3a, #c5942b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e0a1, #f2d75f, #e0b64d, #d99f3a, #c5942b);
}

Sun Blonde color palette created on .