Cat Witch Autumn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cat Witch Autumn palette

Share this palette to:

Cat Witch Autumn color palette PNG image

Download cat witch autumn color palette PNG image (landscape)
Download cat witch autumn color palette PNG image (square)

Cat Witch Autumn color palette CSS

/* CSS */
.color-1 {
color: #6b503d;
}
.color-2 {
color: #bda77a;
}
.color-3 {
color: #db8a39;
}
.color-4 {
color: #a6633f;
}
.color-5 {
color: #f1b23b;
}

/* CSS Variables */
:root {
--color-1: #6b503d;
--color-2: #bda77a;
--color-3: #db8a39;
--color-4: #a6633f;
--color-5: #f1b23b;
}

Cat Witch Autumn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b503d, #bda77a, #db8a39, #a6633f, #f1b23b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b503d, #bda77a, #db8a39, #a6633f, #f1b23b);
}

Cat Witch Autumn color palette created on .