Loading...

Paleta de colores Orange Bucket

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Bucket palette

Compartir esta paleta en:

Descargar la paleta de colores Orange Bucket (PNG)

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

CSS de la paleta de colores Orange Bucket

/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffda85;
}
.color-4 {
color: #ffe3b3;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffb84d;
--color-3: #ffda85;
--color-4: #ffe3b3;
--color-5: #ffffff;
}

CSS del degradado de fondo Orange Bucket

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffb84d, #ffda85, #ffe3b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffb84d, #ffda85, #ffe3b3, #ffffff);
}

Paletas de colores similares

Orange Bucket color palette created on .