Blue Goth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Goth palette

Share this palette to:

Blue Goth color palette PNG image

Download blue goth color palette PNG image (landscape)
Download blue goth color palette PNG image (square)

Blue Goth color palette CSS

/* CSS */
.color-1 {
color: #292843;
}
.color-2 {
color: #514762;
}
.color-3 {
color: #817792;
}
.color-4 {
color: #aba9bc;
}
.color-5 {
color: #e7cad2;
}

/* CSS Variables */
:root {
--color-1: #292843;
--color-2: #514762;
--color-3: #817792;
--color-4: #aba9bc;
--color-5: #e7cad2;
}

Blue Goth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292843, #514762, #817792, #aba9bc, #e7cad2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292843, #514762, #817792, #aba9bc, #e7cad2);
}

Blue Goth color palette created on .