Paleta de colores Soft Blue Gray

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Blue Gray palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Blue Gray

/* CSS */
.color-1 {
color: #bed7ea;
}
.color-2 {
color: #accce2;
}
.color-3 {
color: #96bdd9;
}
.color-4 {
color: #7aadd1;
}
.color-5 {
color: #62a1bc;
}

/* CSS Variables */
:root {
--color-1: #bed7ea;
--color-2: #accce2;
--color-3: #96bdd9;
--color-4: #7aadd1;
--color-5: #62a1bc;
}

CSS del degradado de fondo Soft Blue Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bed7ea, #accce2, #96bdd9, #7aadd1, #62a1bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bed7ea, #accce2, #96bdd9, #7aadd1, #62a1bc);
}

Soft Blue Gray color palette created on .