Orange Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Cat palette

Share this palette to:

Download Orange Cat Color Palette (PNG)

Download orange cat color palette PNG image (landscape)
Download orange cat color palette PNG image (square)

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);
}

Orange Cat color palette created on .