Watusi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Watusi palette

Share this palette to:

Watusi color palette PNG image

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

Watusi color palette CSS

/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #d68e7a;
}
.color-3 {
color: #a45a4c;
}
.color-4 {
color: #7e3b3a;
}
.color-5 {
color: #4f2629;
}

/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #d68e7a;
--color-3: #a45a4c;
--color-4: #7e3b3a;
--color-5: #4f2629;
}

Watusi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #d68e7a, #a45a4c, #7e3b3a, #4f2629);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #d68e7a, #a45a4c, #7e3b3a, #4f2629);
}

Watusi color palette created on .