Breaking Bad Vibes Color Palette

Discover the beautiful Breaking Bad Vibes color palette featuring calypso (#346c87), fountain blue (#5ba1bc), locust (#abad8f), tussock (#ad8e3c) and mule fawn (#954730).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Brown, Dark, Dark Summer, Gold, Green, Teal, Vintage 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 Breaking Bad Vibes palette

Share this palette to:

💻 Breaking Bad Vibes color palette CSS

/* CSS */
.color-1 {
color: #346c87;
}
.color-2 {
color: #5ba1bc;
}
.color-3 {
color: #abad8f;
}
.color-4 {
color: #ad8e3c;
}
.color-5 {
color: #954730;
}

/* CSS Variables */
:root {
--color-1: #346c87;
--color-2: #5ba1bc;
--color-3: #abad8f;
--color-4: #ad8e3c;
--color-5: #954730;
}

🌈 Breaking Bad Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #346c87, #5ba1bc, #abad8f, #ad8e3c, #954730);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #346c87, #5ba1bc, #abad8f, #ad8e3c, #954730);
}

Breaking Bad Vibes color palette created on .