The Condesce Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Condesce palette

Share this palette to:

The Condesce color palette PNG image

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

The Condesce color palette 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;
}

The Condesce background gradient CSS

/* 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 .