Blue Pastel Goth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Pastel Goth palette
Blue Pastel Goth color palette PNG image
Blue Pastel Goth color palette CSS
/* CSS */
.color-1 {
color: #a1c1e8;
}
.color-2 {
color: #7d9fd9;
}
.color-3 {
color: #4a81c4;
}
.color-4 {
color: #396ca2;
}
.color-5 {
color: #2d4d86;
}
/* CSS Variables */
:root {
--color-1: #a1c1e8;
--color-2: #7d9fd9;
--color-3: #4a81c4;
--color-4: #396ca2;
--color-5: #2d4d86;
}
Blue Pastel Goth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c1e8, #7d9fd9, #4a81c4, #396ca2, #2d4d86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c1e8, #7d9fd9, #4a81c4, #396ca2, #2d4d86);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Pastel Goth color palette created on .