Dark Rebel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Rebel palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Rebel Color Palette (PNG)
Dark Rebel color palette CSS
/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4c3e56;
}
.color-3 {
color: #8a4c74;
}
.color-4 {
color: #d54d4d;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4c3e56;
--color-3: #8a4c74;
--color-4: #d54d4d;
--color-5: #f5a524;
}
Dark Rebel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4c3e56, #8a4c74, #d54d4d, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4c3e56, #8a4c74, #d54d4d, #f5a524);
}
Similar color palettes
Scroll down to explore 1000+ colors.female color palettes
Dark Rebel color palette created on .