Sunny Tiger Stripes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Tiger Stripes palette

Share this palette to:

Download Sunny Tiger Stripes Color Palette (PNG)

Download sunny tiger stripes color palette PNG image (landscape)
Download sunny tiger stripes color palette PNG image (square)

Sunny Tiger Stripes color palette CSS

/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe680;
}
.color-4 {
color: #e1f5fe;
}
.color-5 {
color: #80d3fa;
}

/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #ffb84d;
--color-3: #ffe680;
--color-4: #e1f5fe;
--color-5: #80d3fa;
}

Sunny Tiger Stripes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #ffb84d, #ffe680, #e1f5fe, #80d3fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #ffb84d, #ffe680, #e1f5fe, #80d3fa);
}

Sunny Tiger Stripes color palette created on .