Barbershop Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Barbershop palette

Share this palette to:

Download Barbershop Color Palette (PNG)

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

Barbershop color palette CSS

/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #c70038;
}
.color-3 {
color: #ff5833;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #c70038;
--color-3: #ff5833;
--color-4: #ffc300;
--color-5: #ffffff;
}

Barbershop background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #c70038, #ff5833, #ffc300, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #c70038, #ff5833, #ffc300, #ffffff);
}

Barbershop color palette created on .