Paleta de colores Soft Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Blue

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f0b2d8;
}
.color-3 {
color: #f6e7b6;
}
.color-4 {
color: #f3e8d8;
}
.color-5 {
color: #eab8b8;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f0b2d8;
--color-3: #f6e7b6;
--color-4: #f3e8d8;
--color-5: #eab8b8;
}

CSS del degradado de fondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f0b2d8, #f6e7b6, #f3e8d8, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f0b2d8, #f6e7b6, #f3e8d8, #eab8b8);
}

Soft Blue color palette created on .