The Condesce Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with The Condesce palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori The Condesce

Download the condesce color palette PNG image (landscape)
Download the condesce color palette PNG image (square)

tavolozza dei colori The Condesce CSS

/* CSS */
.color-1 {
color: #e3b04a;
}
.color-2 {
color: #d68b29;
}
.color-3 {
color: #b7522a;
}
.color-4 {
color: #71282d;
}
.color-5 {
color: #4c1f3b;
}

/* CSS Variables */
:root {
--color-1: #e3b04a;
--color-2: #d68b29;
--color-3: #b7522a;
--color-4: #71282d;
--color-5: #4c1f3b;
}

CSS con gradiente di sfondo The Condesce

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b04a, #d68b29, #b7522a, #71282d, #4c1f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b04a, #d68b29, #b7522a, #71282d, #4c1f3b);
}

The Condesce color palette created on .