Paleta de colores Warm Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Orange palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Warm Orange

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: #ffcc99;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #e68a4c;
}
.color-4 {
color: #d77d3c;
}
.color-5 {
color: #b1522f;
}

/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #f2a76e;
--color-3: #e68a4c;
--color-4: #d77d3c;
--color-5: #b1522f;
}

CSS del degradado de fondo Warm Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #f2a76e, #e68a4c, #d77d3c, #b1522f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #f2a76e, #e68a4c, #d77d3c, #b1522f);
}

Warm Orange color palette created on .