Orange Axe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Axe palette

Share this palette to:

Download Orange Axe Color Palette (PNG)

Download orange axe color palette PNG image (landscape)
Download orange axe color palette PNG image (square)

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);
}

Orange Axe color palette created on .