Dark Rebel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Rebel palette

Share this palette to:

Dark Rebel color palette PNG image

Download dark rebel color palette PNG image (landscape)
Download dark rebel color palette PNG image (square)

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);
}

Dark Rebel color palette created on .