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