Paleta de colores Orange Philadelphia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Philadelphia palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Philadelphia

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #d93826;
}
.color-4 {
color: #a42bbf;
}
.color-5 {
color: #4d4dff;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff6d1f;
--color-3: #d93826;
--color-4: #a42bbf;
--color-5: #4d4dff;
}

CSS del degradado de fondo Orange Philadelphia

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff6d1f, #d93826, #a42bbf, #4d4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff6d1f, #d93826, #a42bbf, #4d4dff);
}

Orange Philadelphia color palette created on .