Vibrant Red Arcade Color Palette

Discover the beautiful Vibrant Red Arcade color palette featuring carnation (#f34949), selective yellow (#fab700), havelock blue (#4b91e2), cornflower blue (#895af6) and marzipan (#f9e79f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Aesthetic, Retro, Vibrant color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Vibrant Red Arcade palette

Share this palette to:

💻 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 .