Paleta de colores Orange Aura

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Aura palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Aura

/* CSS */
.color-1 {
color: #f7d9a1;
}
.color-2 {
color: #f2b26e;
}
.color-3 {
color: #e8a33b;
}
.color-4 {
color: #c75b29;
}
.color-5 {
color: #8c4b3b;
}

/* CSS Variables */
:root {
--color-1: #f7d9a1;
--color-2: #f2b26e;
--color-3: #e8a33b;
--color-4: #c75b29;
--color-5: #8c4b3b;
}

CSS del degradado de fondo Orange Aura

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9a1, #f2b26e, #e8a33b, #c75b29, #8c4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9a1, #f2b26e, #e8a33b, #c75b29, #8c4b3b);
}

Orange Aura color palette created on .