Paleta de colores Orange Sport

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Sport palette

Compartir esta paleta en:

Descargar la paleta de colores Orange Sport (PNG)

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

CSS de la paleta de colores Orange Sport

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb05c;
}
.color-3 {
color: #ffe1a8;
}
.color-4 {
color: #a1d6e2;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb05c;
--color-3: #ffe1a8;
--color-4: #a1d6e2;
--color-5: #2b3d50;
}

CSS del degradado de fondo Orange Sport

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb05c, #ffe1a8, #a1d6e2, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb05c, #ffe1a8, #a1d6e2, #2b3d50);
}

Orange Sport color palette created on .