Paleta de colores Blond in Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blond in Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blond in Blue

Download blond in blue color palette PNG image (landscape)
Download blond in blue color palette PNG image (square)

CSS de la paleta de colores Blond in Blue

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #a2c1e2;
}
.color-3 {
color: #6aa2c8;
}
.color-4 {
color: #3c8caf;
}
.color-5 {
color: #1e6f8f;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #a2c1e2;
--color-3: #6aa2c8;
--color-4: #3c8caf;
--color-5: #1e6f8f;
}

CSS del degradado de fondo Blond in Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #a2c1e2, #6aa2c8, #3c8caf, #1e6f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #a2c1e2, #6aa2c8, #3c8caf, #1e6f8f);
}

Blond in Blue color palette created on .