Dangerous Rock Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dangerous Rock Night palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dangerous Rock Night Color Palette (PNG)
Dangerous Rock Night color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #242424;
}
.color-3 {
color: #303030;
}
.color-4 {
color: #333333;
}
.color-5 {
color: #3b3b3b;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #242424;
--color-3: #303030;
--color-4: #333333;
--color-5: #3b3b3b;
}
Dangerous Rock Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #242424, #303030, #333333, #3b3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #242424, #303030, #333333, #3b3b3b);
}
Similar color palettes
Dangerous Rock Night color palette created on .