Urban Guardian Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Urban Guardian palette

Share this palette to:

Urban Guardian color palette CSS

/* CSS */
.color-1 {
color: #2c3d63;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #70c2b6;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #f25a5a;
}

/* CSS Variables */
:root {
--color-1: #2c3d63;
--color-2: #497b9c;
--color-3: #70c2b6;
--color-4: #f9d75d;
--color-5: #f25a5a;
}

Urban Guardian background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c3d63, #497b9c, #70c2b6, #f9d75d, #f25a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c3d63, #497b9c, #70c2b6, #f9d75d, #f25a5a);
}

Urban Guardian color palette created on .