Paleta de colores Blue Wilson

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Wilson palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Wilson

/* CSS */
.color-1 {
color: #6b9fc7;
}
.color-2 {
color: #8dcae2;
}
.color-3 {
color: #b3e0e5;
}
.color-4 {
color: #f6c7a7;
}
.color-5 {
color: #fc7e7e;
}

/* CSS Variables */
:root {
--color-1: #6b9fc7;
--color-2: #8dcae2;
--color-3: #b3e0e5;
--color-4: #f6c7a7;
--color-5: #fc7e7e;
}

CSS del degradado de fondo Blue Wilson

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9fc7, #8dcae2, #b3e0e5, #f6c7a7, #fc7e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9fc7, #8dcae2, #b3e0e5, #f6c7a7, #fc7e7e);
}

Blue Wilson color palette created on .