The Condesce Color Palette
Discover the beautiful The Condesce color palette featuring anzac (#e3b04a), brandy punch (#d68b29), tuscany (#b7522a), tawny port (#71282d) and wine berry (#4c1f3b).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with The Condesce palette
๐ป 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);
} ๐ Explore similar color palettes
The Condesce color palette created on .