Paleta de colores Orange Pizza

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Pizza palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Orange Pizza

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

CSS de la paleta de colores Orange Pizza

/* CSS */
.color-1 {
color: #f8c449;
}
.color-2 {
color: #f28f2c;
}
.color-3 {
color: #f05e2d;
}
.color-4 {
color: #d24b2d;
}
.color-5 {
color: #8e3b2e;
}

/* CSS Variables */
:root {
--color-1: #f8c449;
--color-2: #f28f2c;
--color-3: #f05e2d;
--color-4: #d24b2d;
--color-5: #8e3b2e;
}

CSS del degradado de fondo Orange Pizza

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c449, #f28f2c, #f05e2d, #d24b2d, #8e3b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c449, #f28f2c, #f05e2d, #d24b2d, #8e3b2e);
}

Orange Pizza color palette created on .