Paleta de colores Vibrant Circus

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Circus palette

Compartir esta paleta en:

Descargar la paleta de colores Vibrant Circus (PNG)

Download vibrant circus color palette PNG image (landscape)
Download vibrant circus color palette PNG image (square)

CSS de la paleta de colores Vibrant Circus

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffa07a;
}
.color-4 {
color: #1fb2aa;
}
.color-5 {
color: #ffb347;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffa07a;
--color-4: #1fb2aa;
--color-5: #ffb347;
}

CSS del degradado de fondo Vibrant Circus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffa07a, #1fb2aa, #ffb347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffa07a, #1fb2aa, #ffb347);
}

Vibrant Circus color palette created on .