Dark Butterfly Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Butterfly palette

Share this palette to:

Dark Butterfly color palette PNG image

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

Dark Butterfly color palette CSS

/* 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;
}

Dark Butterfly background gradient CSS

/* 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 .