Rogue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rogue palette

Share this palette to:

Rogue color palette PNG image

Download rogue color palette PNG image (landscape)
Download rogue color palette PNG image (square)

Rogue color palette CSS

/* CSS */
.color-1 {
color: #4c3e5b;
}
.color-2 {
color: #6b5c7a;
}
.color-3 {
color: #9e8bbb;
}
.color-4 {
color: #d39fdf;
}
.color-5 {
color: #f3b4c4;
}

/* CSS Variables */
:root {
--color-1: #4c3e5b;
--color-2: #6b5c7a;
--color-3: #9e8bbb;
--color-4: #d39fdf;
--color-5: #f3b4c4;
}

Rogue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e5b, #6b5c7a, #9e8bbb, #d39fdf, #f3b4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e5b, #6b5c7a, #9e8bbb, #d39fdf, #f3b4c4);
}

Rogue color palette created on .