Monza Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Monza palette
Color Inspiration
Images that showcase this color palette in real designs
Download Monza Color Palette (PNG)
Monza color palette CSS
/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #d10000;
}
.color-3 {
color: #ff6a00;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ffc800;
}
/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #d10000;
--color-3: #ff6a00;
--color-4: #ffb300;
--color-5: #ffc800;
}
Monza background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #d10000, #ff6a00, #ffb300, #ffc800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #d10000, #ff6a00, #ffb300, #ffc800);
}
Similar color palettes
Monza color palette created on .