Boho Hairstylist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Boho Hairstylist palette

Share this palette to:

Boho Hairstylist color palette PNG image

Download boho hairstylist color palette PNG image (landscape)
Download boho hairstylist color palette PNG image (square)

Boho Hairstylist color palette CSS

/* CSS */
.color-1 {
color: #c99c87;
}
.color-2 {
color: #d0bb9f;
}
.color-3 {
color: #e6c4a3;
}
.color-4 {
color: #f4d69f;
}
.color-5 {
color: #f9e5b4;
}

/* CSS Variables */
:root {
--color-1: #c99c87;
--color-2: #d0bb9f;
--color-3: #e6c4a3;
--color-4: #f4d69f;
--color-5: #f9e5b4;
}

Boho Hairstylist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c99c87, #d0bb9f, #e6c4a3, #f4d69f, #f9e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c99c87, #d0bb9f, #e6c4a3, #f4d69f, #f9e5b4);
}

Boho Hairstylist color palette created on .