Urbano Creativo Variable Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Urbano Creativo Variable palette
Urbano Creativo Variable color palette CSS
/* CSS */
.color-1 {
color: #084e8c;
}
.color-2 {
color: #11a8e8;
}
.color-3 {
color: #5ad8f2;
}
.color-4 {
color: #daf6a7;
}
.color-5 {
color: #f9d185;
}
/* CSS Variables */
:root {
--color-1: #084e8c;
--color-2: #11a8e8;
--color-3: #5ad8f2;
--color-4: #daf6a7;
--color-5: #f9d185;
}
Urbano Creativo Variable background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #084e8c, #11a8e8, #5ad8f2, #daf6a7, #f9d185);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #084e8c, #11a8e8, #5ad8f2, #daf6a7, #f9d185);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
Urbano Creativo Variable color palette created on .