Paleta de colores Soft Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Blue

Download soft blue color palette PNG image (landscape)
Download soft blue color palette PNG image (square)

CSS de la paleta de colores Soft Blue

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b4e1e9;
}
.color-3 {
color: #d6f2f5;
}
.color-4 {
color: #f9d7b9;
}
.color-5 {
color: #f8afaf;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b4e1e9;
--color-3: #d6f2f5;
--color-4: #f9d7b9;
--color-5: #f8afaf;
}

CSS del degradado de fondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b4e1e9, #d6f2f5, #f9d7b9, #f8afaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b4e1e9, #d6f2f5, #f9d7b9, #f8afaf);
}

Soft Blue color palette created on .