Soft Digital Depths Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Digital Depths palette

Condividi questa palette a:

tavolozza dei colori Soft Digital Depths CSS

/* 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 con gradiente di sfondo 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 .