Gothic Whiskers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gothic Whiskers palette

Share this palette to:

Gothic Whiskers color palette PNG image

Download gothic whiskers color palette PNG image (landscape)
Download gothic whiskers color palette PNG image (square)

Gothic Whiskers color palette CSS

/* CSS */
.color-1 {
color: #d9b34a;
}
.color-2 {
color: #a35f2e;
}
.color-3 {
color: #793e2a;
}
.color-4 {
color: #4c2e24;
}
.color-5 {
color: #2c1b1d;
}

/* CSS Variables */
:root {
--color-1: #d9b34a;
--color-2: #a35f2e;
--color-3: #793e2a;
--color-4: #4c2e24;
--color-5: #2c1b1d;
}

Gothic Whiskers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b34a, #a35f2e, #793e2a, #4c2e24, #2c1b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b34a, #a35f2e, #793e2a, #4c2e24, #2c1b1d);
}

Gothic Whiskers color palette created on .