Hipster Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hipster palette

Share this palette to:

Download Hipster Color Palette (PNG)

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

Hipster color palette CSS

/* CSS */
.color-1 {
color: #b2392e;
}
.color-2 {
color: #d45e3a;
}
.color-3 {
color: #f5a65b;
}
.color-4 {
color: #f1d579;
}
.color-5 {
color: #8cba8d;
}

/* CSS Variables */
:root {
--color-1: #b2392e;
--color-2: #d45e3a;
--color-3: #f5a65b;
--color-4: #f1d579;
--color-5: #8cba8d;
}

Hipster background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2392e, #d45e3a, #f5a65b, #f1d579, #8cba8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2392e, #d45e3a, #f5a65b, #f1d579, #8cba8d);
}

Hipster color palette created on .