Paleta de colores Banshee

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Banshee palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Banshee

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

CSS de la paleta de colores Banshee

/* CSS */
.color-1 {
color: #e0c2d6;
}
.color-2 {
color: #b587a4;
}
.color-3 {
color: #8c5f86;
}
.color-4 {
color: #6b368c;
}
.color-5 {
color: #4c0f52;
}

/* CSS Variables */
:root {
--color-1: #e0c2d6;
--color-2: #b587a4;
--color-3: #8c5f86;
--color-4: #6b368c;
--color-5: #4c0f52;
}

CSS del degradado de fondo Banshee

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c2d6, #b587a4, #8c5f86, #6b368c, #4c0f52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c2d6, #b587a4, #8c5f86, #6b368c, #4c0f52);
}

Banshee color palette created on .