Something Bad Will Happen Soon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Something Bad Will Happen Soon palette
Download Something Bad Will Happen Soon Color Palette (PNG)
Something Bad Will Happen Soon color palette CSS
/* CSS */
.color-1 {
color: #320038;
}
.color-2 {
color: #47002b;
}
.color-3 {
color: #5c002e;
}
.color-4 {
color: #6b0c00;
}
.color-5 {
color: #610800;
}
/* CSS Variables */
:root {
--color-1: #320038;
--color-2: #47002b;
--color-3: #5c002e;
--color-4: #6b0c00;
--color-5: #610800;
}
Something Bad Will Happen Soon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #320038, #47002b, #5c002e, #6b0c00, #610800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #320038, #47002b, #5c002e, #6b0c00, #610800);
}
Similar color palettes
Something Bad Will Happen Soon color palette created on .