Paleta de colores Orange Axe

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Axe palette

Compartir esta paleta en:

Descargar la paleta de colores Orange Axe (PNG)

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

CSS de la paleta de colores Orange Axe

/* 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 del degradado de fondo 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 .