Amber Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amber Cat palette
Color Inspiration
Images that showcase this color palette in real designs
Download Amber Cat Color Palette (PNG)
Amber Cat color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e07b00;
}
.color-3 {
color: #c75d00;
}
.color-4 {
color: #b34100;
}
.color-5 {
color: #7a1f00;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e07b00;
--color-3: #c75d00;
--color-4: #b34100;
--color-5: #7a1f00;
}
Amber Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e07b00, #c75d00, #b34100, #7a1f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e07b00, #c75d00, #b34100, #7a1f00);
}
Similar color palettes
Amber Cat color palette created on .