Paleta de colores Orange Empowerment

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Empowerment palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Empowerment

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #c26e00;
}
.color-3 {
color: #a34c00;
}
.color-4 {
color: #803c00;
}
.color-5 {
color: #5c2b00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #c26e00;
--color-3: #a34c00;
--color-4: #803c00;
--color-5: #5c2b00;
}

CSS del degradado de fondo Orange Empowerment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #c26e00, #a34c00, #803c00, #5c2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #c26e00, #a34c00, #803c00, #5c2b00);
}

Orange Empowerment color palette created on .