Paleta de colores Soft Digital Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Digital Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Digital Depths

/* CSS */
.color-1 {
color: #d3e3e4;
}
.color-2 {
color: #a4b1b7;
}
.color-3 {
color: #7d9eb0;
}
.color-4 {
color: #5b7f9a;
}
.color-5 {
color: #3a5a78;
}

/* CSS Variables */
:root {
--color-1: #d3e3e4;
--color-2: #a4b1b7;
--color-3: #7d9eb0;
--color-4: #5b7f9a;
--color-5: #3a5a78;
}

CSS del degradado de fondo Soft Digital Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e3e4, #a4b1b7, #7d9eb0, #5b7f9a, #3a5a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e3e4, #a4b1b7, #7d9eb0, #5b7f9a, #3a5a78);
}

Soft Digital Depths color palette created on .