Golden Feline Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Feline palette

Share this palette to:

Golden Feline color palette PNG image

Download golden feline color palette PNG image (landscape)
Download golden feline color palette PNG image (square)

Golden Feline color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #eaba2a;
}
.color-3 {
color: #e0ae1a;
}
.color-4 {
color: #c78b00;
}
.color-5 {
color: #805e00;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #eaba2a;
--color-3: #e0ae1a;
--color-4: #c78b00;
--color-5: #805e00;
}

Golden Feline background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #eaba2a, #e0ae1a, #c78b00, #805e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #eaba2a, #e0ae1a, #c78b00, #805e00);
}

Golden Feline color palette created on .