Paleta de colores Orange Operation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Operation palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Operation

/* CSS */
.color-1 {
color: #f1b341;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #f27c21;
}
.color-4 {
color: #e3a83b;
}
.color-5 {
color: #fabe29;
}

/* CSS Variables */
:root {
--color-1: #f1b341;
--color-2: #d63f2e;
--color-3: #f27c21;
--color-4: #e3a83b;
--color-5: #fabe29;
}

CSS del degradado de fondo Orange Operation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b341, #d63f2e, #f27c21, #e3a83b, #fabe29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b341, #d63f2e, #f27c21, #e3a83b, #fabe29);
}

Orange Operation color palette created on .