Breaking Bad Vibes Color Palette

Discover the beautiful Breaking Bad Vibes color palette featuring calypso (#356c88), fountain blue (#5ca1bc), locust (#abad90), tussock (#ae903d) and mule fawn (#964831).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Green, Gold, Brown, Dark, Dark Summer, 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: #356c88;
}
.color-2 {
color: #5ca1bc;
}
.color-3 {
color: #abad90;
}
.color-4 {
color: #ae903d;
}
.color-5 {
color: #964831;
}

/* CSS Variables */
:root {
--color-1: #356c88;
--color-2: #5ca1bc;
--color-3: #abad90;
--color-4: #ae903d;
--color-5: #964831;
}

🌈 Breaking Bad Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #356c88, #5ca1bc, #abad90, #ae903d, #964831);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #356c88, #5ca1bc, #abad90, #ae903d, #964831);
}

Breaking Bad Vibes color palette created on .