Paleta de colores The Condesce

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with The Condesce palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores The Condesce

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

CSS de la paleta de colores The Condesce

/* 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 del degradado de fondo 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 .