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