Loading...

Vibrant Red Arcade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Red Arcade palette

Share this palette to:

Download Vibrant Red Arcade Color Palette (PNG)

Download vibrant red arcade color palette PNG image (landscape)
Download vibrant red arcade color palette PNG image (square)

Vibrant Red Arcade color palette CSS

/* CSS */
.color-1 {
color: #f34949;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #895af6;
}
.color-5 {
color: #f9e79f;
}

/* CSS Variables */
:root {
--color-1: #f34949;
--color-2: #fab700;
--color-3: #4b91e2;
--color-4: #895af6;
--color-5: #f9e79f;
}

Vibrant Red Arcade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f34949, #fab700, #4b91e2, #895af6, #f9e79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f34949, #fab700, #4b91e2, #895af6, #f9e79f);
}

Vibrant Red Arcade color palette created on .