Digital Correspondence Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Digital Correspondence palette

Condividi questa palette a:

tavolozza dei colori Digital Correspondence CSS

/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #bfd5e3;
}
.color-3 {
color: #a2c8e2;
}
.color-4 {
color: #71a4c6;
}
.color-5 {
color: #3b809b;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #bfd5e3;
--color-3: #a2c8e2;
--color-4: #71a4c6;
--color-5: #3b809b;
}

CSS con gradiente di sfondo Digital Correspondence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #bfd5e3, #a2c8e2, #71a4c6, #3b809b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #bfd5e3, #a2c8e2, #71a4c6, #3b809b);
}

Digital Correspondence color palette created on .