Paleta de colores Soft Blue Silence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Blue Silence palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Blue Silence

/* CSS */
.color-1 {
color: #a9d8e0;
}
.color-2 {
color: #b2e6d8;
}
.color-3 {
color: #e4f7f4;
}
.color-4 {
color: #f4e09f;
}
.color-5 {
color: #f2b5b1;
}

/* CSS Variables */
:root {
--color-1: #a9d8e0;
--color-2: #b2e6d8;
--color-3: #e4f7f4;
--color-4: #f4e09f;
--color-5: #f2b5b1;
}

CSS del degradado de fondo Soft Blue Silence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e0, #b2e6d8, #e4f7f4, #f4e09f, #f2b5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e0, #b2e6d8, #e4f7f4, #f4e09f, #f2b5b1);
}

Soft Blue Silence color palette created on .