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: #f6b741;
}
.color-2 {
color: #e85230;
}
.color-3 {
color: #f5872e;
}
.color-4 {
color: #efac39;
}
.color-5 {
color: #fac133;
}

/* CSS Variables */
:root {
--color-1: #f6b741;
--color-2: #e85230;
--color-3: #f5872e;
--color-4: #efac39;
--color-5: #fac133;
}

CSS del degradado de fondo Orange Operation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b741, #e85230, #f5872e, #efac39, #fac133);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b741, #e85230, #f5872e, #efac39, #fac133);
}

Orange Operation color palette created on .