Ginger Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ginger Cat palette
Ginger Cat color palette PNG image
Ginger Cat color palette CSS
/* CSS */
.color-1 {
color: #d57a39;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #e9b8a5;
}
.color-4 {
color: #f2cfa1;
}
.color-5 {
color: #e3b059;
}
/* CSS Variables */
:root {
--color-1: #d57a39;
--color-2: #c69c6c;
--color-3: #e9b8a5;
--color-4: #f2cfa1;
--color-5: #e3b059;
}
Ginger Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57a39, #c69c6c, #e9b8a5, #f2cfa1, #e3b059);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57a39, #c69c6c, #e9b8a5, #f2cfa1, #e3b059);
}
Similar color palettes
Scroll down to explore 1000+ colors.ginger color palettes
Ginger Cat color palette created on .