Paleta de colores Dark Butterfly

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Butterfly palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Dark Butterfly

Download dark butterfly color palette PNG image (landscape)
Download dark butterfly color palette PNG image (square)

CSS de la paleta de colores Dark Butterfly

/* CSS */
.color-1 {
color: #1f1b3b;
}
.color-2 {
color: #3e2960;
}
.color-3 {
color: #704b91;
}
.color-4 {
color: #a65e9e;
}
.color-5 {
color: #e6c6d4;
}

/* CSS Variables */
:root {
--color-1: #1f1b3b;
--color-2: #3e2960;
--color-3: #704b91;
--color-4: #a65e9e;
--color-5: #e6c6d4;
}

CSS del degradado de fondo Dark Butterfly

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b3b, #3e2960, #704b91, #a65e9e, #e6c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b3b, #3e2960, #704b91, #a65e9e, #e6c6d4);
}

Dark Butterfly color palette created on .