Orange Axe Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Axe palette

Condividi questa palette a:

Scarica la tavolozza dei colori Orange Axe (PNG)

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

tavolozza dei colori Orange Axe 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;
}

CSS con gradiente di sfondo Orange Axe

/* 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 .