Gothic Whiskers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gothic Whiskers palette
Color Inspiration
Images that showcase this color palette in real designs
Download Gothic Whiskers Color Palette (PNG)
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);
}
Similar color palettes
Gothic Whiskers color palette created on .