Orange Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Cat palette
Download Orange Cat Color Palette (PNG)
Orange Cat color palette CSS
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #e56a3e;
}
.color-3 {
color: #d3503c;
}
.color-4 {
color: #b36175;
}
.color-5 {
color: #7e3c96;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #e56a3e;
--color-3: #d3503c;
--color-4: #b36175;
--color-5: #7e3c96;
}
Orange Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #e56a3e, #d3503c, #b36175, #7e3c96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #e56a3e, #d3503c, #b36175, #7e3c96);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Orange Cat color palette created on .