Blue Sadness Color Palette

Discover the beautiful Blue Sadness color palette featuring cello (#1f3a61), kashmir blue (#4c6f90), neptune (#78a2b5), ziggurat (#b3d6e0) and buttercup (#f0a30a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Summer 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 Blue Sadness palette

Share this palette to:

💻 Blue Sadness color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4c6f90;
}
.color-3 {
color: #78a2b5;
}
.color-4 {
color: #b3d6e0;
}
.color-5 {
color: #f0a30a;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4c6f90;
--color-3: #78a2b5;
--color-4: #b3d6e0;
--color-5: #f0a30a;
}

🌈 Blue Sadness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4c6f90, #78a2b5, #b3d6e0, #f0a30a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4c6f90, #78a2b5, #b3d6e0, #f0a30a);
}

Blue Sadness color palette created on .