Barbershop Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Barbershop palette
Color Inspiration
Images that showcase this color palette in real designs
Download Barbershop Color Palette (PNG)
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);
}
Similar color palettes
Barbershop color palette created on .