Paleta de colores Celebration Spectrum

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celebration Spectrum palette

Compartir esta paleta en:

Descargar la paleta de colores Celebration Spectrum (PNG)

Download celebration spectrum color palette PNG image (landscape)
Download celebration spectrum color palette PNG image (square)

CSS de la paleta de colores Celebration Spectrum

/* CSS */
.color-1 {
color: #b24d01;
}
.color-2 {
color: #df9e07;
}
.color-3 {
color: #91be6f;
}
.color-4 {
color: #43a889;
}
.color-5 {
color: #023697;
}

/* CSS Variables */
:root {
--color-1: #b24d01;
--color-2: #df9e07;
--color-3: #91be6f;
--color-4: #43a889;
--color-5: #023697;
}

CSS del degradado de fondo Celebration Spectrum

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b24d01, #df9e07, #91be6f, #43a889, #023697);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b24d01, #df9e07, #91be6f, #43a889, #023697);
}

Celebration Spectrum color palette created on .