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