Urban Foundations Color Palette
Discover the beautiful Urban Foundations color palette featuring brandy punch (#da8e2b), desert (#b65d25), pickled bean (#693c26), english walnut (#3b2a26) and shady lady (#a39fa1).
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 Urban Foundations palette
๐ป Urban Foundations color palette CSS
/* CSS */
.color-1 {
color: #da8e2b;
}
.color-2 {
color: #b65d25;
}
.color-3 {
color: #693c26;
}
.color-4 {
color: #3b2a26;
}
.color-5 {
color: #a39fa1;
}
/* CSS Variables */
:root {
--color-1: #da8e2b;
--color-2: #b65d25;
--color-3: #693c26;
--color-4: #3b2a26;
--color-5: #a39fa1;
}
๐ Urban Foundations background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da8e2b, #b65d25, #693c26, #3b2a26, #a39fa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da8e2b, #b65d25, #693c26, #3b2a26, #a39fa1);
}
๐ Explore similar color palettes
Urban Foundations color palette created on .