Paleta de colores Orange Circus

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Circus palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Circus

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #f0b67f;
}
.color-3 {
color: #f3e1a5;
}
.color-4 {
color: #a9d6bb;
}
.color-5 {
color: #3c8b9a;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #f0b67f;
--color-3: #f3e1a5;
--color-4: #a9d6bb;
--color-5: #3c8b9a;
}

CSS del degradado de fondo Orange Circus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #f0b67f, #f3e1a5, #a9d6bb, #3c8b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #f0b67f, #f3e1a5, #a9d6bb, #3c8b9a);
}

Orange Circus color palette created on .