Milano Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Milano Red Shades palette
Milano Red Shades color palette CSS
/* CSS */
.color-1 {
color: #b91004;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #f1b341;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #f7c750;
}
/* CSS Variables */
:root {
--color-1: #b91004;
--color-2: #d63f2e;
--color-3: #f1b341;
--color-4: #f5a300;
--color-5: #f7c750;
}
Milano Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b91004, #d63f2e, #f1b341, #f5a300, #f7c750);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b91004, #d63f2e, #f1b341, #f5a300, #f7c750);
}
Similar color palettes
Milano Red Shades color palette created on .