Loading...

Paleta de colores Warm Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Orange palette

Compartir esta paleta en:

Descargar la paleta de colores Warm Orange (PNG)

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

CSS de la paleta de colores Warm Orange

/* CSS */
.color-1 {
color: #ffc105;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ff3c2e;
}

/* CSS Variables */
:root {
--color-1: #ffc105;
--color-2: #ff6e61;
--color-3: #ffadad;
--color-4: #ff9900;
--color-5: #ff3c2e;
}

CSS del degradado de fondo Warm Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc105, #ff6e61, #ffadad, #ff9900, #ff3c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc105, #ff6e61, #ffadad, #ff9900, #ff3c2e);
}

Warm Orange color palette created on .