Soft Blue Color Palette

Discover the beautiful Soft Blue color palette featuring mandys pink (#f7c6b6), marzipan (#f9d89f), fall green (#e8e7b5), regent st blue (#b0d5e8) and cornflower (#89c5e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Peach, Light, Blue, Bright 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: #f7c6b6;
}
.color-2 {
color: #f9d89f;
}
.color-3 {
color: #e8e7b5;
}
.color-4 {
color: #b0d5e8;
}
.color-5 {
color: #89c5e1;
}

/* CSS Variables */
:root {
--color-1: #f7c6b6;
--color-2: #f9d89f;
--color-3: #e8e7b5;
--color-4: #b0d5e8;
--color-5: #89c5e1;
}

🌈 Soft Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b6, #f9d89f, #e8e7b5, #b0d5e8, #89c5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b6, #f9d89f, #e8e7b5, #b0d5e8, #89c5e1);
}

Soft Blue color palette created on .