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: #a9d8e0;
}
.color-2 {
color: #f5b7b2;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #a9d8e0;
--color-2: #f5b7b2;
--color-3: #f9e5a4;
--color-4: #ffadad;
--color-5: #ff667d;
}

CSS del degradado de fondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e0, #f5b7b2, #f9e5a4, #ffadad, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e0, #f5b7b2, #f9e5a4, #ffadad, #ff667d);
}

Soft Blue color palette created on .