Traffic Light Color Palette

Discover the beautiful Traffic Light color palette featuring sunset orange (#ff4d4d), coral (#ff8b4d), mustard (#ffd24d), screamin' green (#4dff4d) and dodger blue (#4d4dff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Orange, Yellow, Green, Blue, Bright, Vibrant, Traffic, Stop 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 Traffic Light palette

Share this palette to:

💻 Traffic Light color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff8b4d;
}
.color-3 {
color: #ffd24d;
}
.color-4 {
color: #4dff4d;
}
.color-5 {
color: #4d4dff;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff8b4d;
--color-3: #ffd24d;
--color-4: #4dff4d;
--color-5: #4d4dff;
}

🌈 Traffic Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff8b4d, #ffd24d, #4dff4d, #4d4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff8b4d, #ffd24d, #4dff4d, #4d4dff);
}

Traffic Light color palette created on .