Urban Grind Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Grind palette
Urban Grind color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #3cb472;
}
.color-5 {
color: #ff4400;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #ff6e61;
--color-3: #ffd900;
--color-4: #3cb472;
--color-5: #ff4400;
}
Urban Grind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #ff6e61, #ffd900, #3cb472, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #ff6e61, #ffd900, #3cb472, #ff4400);
}
Similar color palettes
Scroll down to explore 1 Grunge color palette
Urban Grind color palette created on .