Urban Citrus Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Citrus Symphony palette
Urban Citrus Symphony color palette CSS
/* CSS */
.color-1 {
color: #3c8ebe;
}
.color-2 {
color: #a0cfe9;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #e63746;
}
/* CSS Variables */
:root {
--color-1: #3c8ebe;
--color-2: #a0cfe9;
--color-3: #f1c84b;
--color-4: #f47b1f;
--color-5: #e63746;
}
Urban Citrus Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8ebe, #a0cfe9, #f1c84b, #f47b1f, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8ebe, #a0cfe9, #f1c84b, #f47b1f, #e63746);
}
Similar color palettes
Urban Citrus Symphony color palette created on .