Blue Goth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Goth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Goth Color Palette (PNG)
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);
}
Similar color palettes
Blue Goth color palette created on .