Orange Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Cat palette

Share this palette to:

Orange Cat color palette CSS

/* CSS */
.color-1 {
color: #f9c5c3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #f9c5c3;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #f4cf3e;
--color-5: #e77e23;
}

Orange Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c5c3, #ff6e61, #ffb84d, #f4cf3e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c5c3, #ff6e61, #ffb84d, #f4cf3e, #e77e23);
}

Orange Cat color palette created on .