Paleta de colores Black Rainbow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Black Rainbow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Black Rainbow

Download black rainbow color palette PNG image (landscape)
Download black rainbow color palette PNG image (square)

CSS de la paleta de colores Black Rainbow

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffee33;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #ff6d1f;
--color-3: #ffee33;
--color-4: #00bfff;
--color-5: #ff1492;
}

CSS del degradado de fondo Black Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #ff6d1f, #ffee33, #00bfff, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #ff6d1f, #ffee33, #00bfff, #ff1492);
}

Black Rainbow color palette created on .