Orange Tiger Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Tiger palette

Share this palette to:

Orange Tiger color palette CSS

/* CSS */
.color-1 {
color: #e76e50;
}
.color-2 {
color: #f9a65d;
}
.color-3 {
color: #f2d36e;
}
.color-4 {
color: #8ecae6;
}
.color-5 {
color: #40a8c4;
}

/* CSS Variables */
:root {
--color-1: #e76e50;
--color-2: #f9a65d;
--color-3: #f2d36e;
--color-4: #8ecae6;
--color-5: #40a8c4;
}

Orange Tiger background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e76e50, #f9a65d, #f2d36e, #8ecae6, #40a8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e76e50, #f9a65d, #f2d36e, #8ecae6, #40a8c4);
}

Orange Tiger color palette created on .