The Bartman Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Bartman palette

Share this palette to:

The Bartman color palette PNG image

Download the bartman color palette PNG image (landscape)
Download the bartman color palette PNG image (square)

The Bartman color palette CSS

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff0073;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #ff0073;
--color-5: #d6006f;
}

The Bartman background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ff6d1f, #ff3c00, #ff0073, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ff6d1f, #ff3c00, #ff0073, #d6006f);
}

The Bartman color palette created on .