Blue Breaking Bad Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Breaking Bad palette

Share this palette to:

Blue Breaking Bad color palette CSS

/* CSS */
.color-1 {
color: #3a7d9c;
}
.color-2 {
color: #92c9d8;
}
.color-3 {
color: #f7d259;
}
.color-4 {
color: #d1a34d;
}
.color-5 {
color: #ba3d21;
}

/* CSS Variables */
:root {
--color-1: #3a7d9c;
--color-2: #92c9d8;
--color-3: #f7d259;
--color-4: #d1a34d;
--color-5: #ba3d21;
}

Blue Breaking Bad background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7d9c, #92c9d8, #f7d259, #d1a34d, #ba3d21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7d9c, #92c9d8, #f7d259, #d1a34d, #ba3d21);
}

Blue Breaking Bad color palette created on .