Las Vegas Color Palette

Discover the beautiful Las Vegas color palette featuring te papa green (#1b4b3d), paradiso (#3b8c88), fountain blue (#5dc6b1), marzipan (#f9e09a) and burnt sienna (#e65f3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Teal, Aqua, Yellow, Orange, Bright, Modern, Vibrant, Desert 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 Las Vegas palette

Share this palette to:

💻 Las Vegas color palette CSS

/* CSS */
.color-1 {
color: #1b4b3d;
}
.color-2 {
color: #3b8c88;
}
.color-3 {
color: #5dc6b1;
}
.color-4 {
color: #f9e09a;
}
.color-5 {
color: #e65f3d;
}

/* CSS Variables */
:root {
--color-1: #1b4b3d;
--color-2: #3b8c88;
--color-3: #5dc6b1;
--color-4: #f9e09a;
--color-5: #e65f3d;
}

🌈 Las Vegas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b3d, #3b8c88, #5dc6b1, #f9e09a, #e65f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b3d, #3b8c88, #5dc6b1, #f9e09a, #e65f3d);
}

Las Vegas color palette created on .