Paleta de colores Nebula

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Nebula palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Nebula

Download nebula color palette PNG image (landscape)
Download nebula color palette PNG image (square)

CSS de la paleta de colores Nebula

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #c45a99;
}
.color-3 {
color: #ed9f02;
}
.color-4 {
color: #ffcd29;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #c45a99;
--color-3: #ed9f02;
--color-4: #ffcd29;
--color-5: #2a9d90;
}

CSS del degradado de fondo Nebula

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #c45a99, #ed9f02, #ffcd29, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #c45a99, #ed9f02, #ffcd29, #2a9d90);
}

Nebula color palette created on .