Soft Blue Color Palette

Discover the beautiful Soft Blue color palette featuring spindle (#a8c5eb), double colonial white (#f0e0b2), corvette (#f8c8a0), cashmere (#e3b2a5) and prelude (#d5c3e9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Vintage, Soft, Light 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 Soft Blue palette

Share this palette to:

💻 Soft Blue color palette CSS

/* CSS */
.color-1 {
color: #a8c5eb;
}
.color-2 {
color: #f0e0b2;
}
.color-3 {
color: #f8c8a0;
}
.color-4 {
color: #e3b2a5;
}
.color-5 {
color: #d5c3e9;
}

/* CSS Variables */
:root {
--color-1: #a8c5eb;
--color-2: #f0e0b2;
--color-3: #f8c8a0;
--color-4: #e3b2a5;
--color-5: #d5c3e9;
}

🌈 Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c5eb, #f0e0b2, #f8c8a0, #e3b2a5, #d5c3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c5eb, #f0e0b2, #f8c8a0, #e3b2a5, #d5c3e9);
}

Soft Blue color palette created on .