Haïda Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Haïda palette

Share this palette to:

Haïda color palette PNG image

Download haïda color palette PNG image (landscape)
Download haïda color palette PNG image (square)

Haïda color palette CSS

/* CSS */
.color-1 {
color: #bf544f;
}
.color-2 {
color: #a8383e;
}
.color-3 {
color: #7e2a37;
}
.color-4 {
color: #4a212d;
}
.color-5 {
color: #321517;
}

/* CSS Variables */
:root {
--color-1: #bf544f;
--color-2: #a8383e;
--color-3: #7e2a37;
--color-4: #4a212d;
--color-5: #321517;
}

Haïda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf544f, #a8383e, #7e2a37, #4a212d, #321517);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf544f, #a8383e, #7e2a37, #4a212d, #321517);
}

Haïda color palette created on .