Orange Dizzy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Dizzy palette
Orange Dizzy color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f05c00;
}
.color-3 {
color: #f1753b;
}
.color-4 {
color: #f2a1ae;
}
.color-5 {
color: #f2d4e0;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f05c00;
--color-3: #f1753b;
--color-4: #f2a1ae;
--color-5: #f2d4e0;
}
Orange Dizzy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f05c00, #f1753b, #f2a1ae, #f2d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f05c00, #f1753b, #f2a1ae, #f2d4e0);
}
Similar color palettes
Orange Dizzy color palette created on .