Urban Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urban Reverie palette
Urban Reverie color palette CSS
/* CSS */
.color-1 {
color: #c8d6e5;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #f8b830;
}
.color-4 {
color: #4cd237;
}
.color-5 {
color: #1e272e;
}
/* CSS Variables */
:root {
--color-1: #c8d6e5;
--color-2: #ff6b6b;
--color-3: #f8b830;
--color-4: #4cd237;
--color-5: #1e272e;
}
Urban Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8d6e5, #ff6b6b, #f8b830, #4cd237, #1e272e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8d6e5, #ff6b6b, #f8b830, #4cd237, #1e272e);
}
Similar color palettes
Urban Reverie color palette created on .