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: #a4c2db;
}
.color-2 {
color: #f0e6b2;
}
.color-3 {
color: #f7c5a1;
}
.color-4 {
color: #e5a4b4;
}
.color-5 {
color: #a7d7b8;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f0e6b2;
--color-3: #f7c5a1;
--color-4: #e5a4b4;
--color-5: #a7d7b8;
}

CSS del degradado de fondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f0e6b2, #f7c5a1, #e5a4b4, #a7d7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f0e6b2, #f7c5a1, #e5a4b4, #a7d7b8);
}

Soft Blue color palette created on .