Urban Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Blossom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Urban Blossom Color Palette (PNG)
Urban Blossom color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #6b946f;
}
.color-3 {
color: #b9c4b1;
}
.color-4 {
color: #bcd8fb;
}
.color-5 {
color: #d37e7e;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #6b946f;
--color-3: #b9c4b1;
--color-4: #bcd8fb;
--color-5: #d37e7e;
}
Urban Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #6b946f, #b9c4b1, #bcd8fb, #d37e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #6b946f, #b9c4b1, #bcd8fb, #d37e7e);
}
Similar color palettes
Urban Blossom color palette created on .