Gothic Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gothic Bloom palette
Color Inspiration
Images that showcase this color palette in real designs
Download Gothic Bloom Color Palette (PNG)
Gothic Bloom color palette CSS
/* CSS */
.color-1 {
color: #240f19;
}
.color-2 {
color: #391824;
}
.color-3 {
color: #502632;
}
.color-4 {
color: #67374a;
}
.color-5 {
color: #764c63;
}
/* CSS Variables */
:root {
--color-1: #240f19;
--color-2: #391824;
--color-3: #502632;
--color-4: #67374a;
--color-5: #764c63;
}
Gothic Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #240f19, #391824, #502632, #67374a, #764c63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #240f19, #391824, #502632, #67374a, #764c63);
}
Similar color palettes
Gothic Bloom color palette created on .