Soft Blue Color Palette
Discover the beautiful Soft Blue color palette featuring light apricot (#fdc8ba), astra (#fbedbc), fall green (#eaebbc), paris white (#dbe6df) and half baked (#84bad7).
Brightness
Saturation
Warmth
💡 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
💻 Soft Blue color palette CSS
/* CSS */
.color-1 {
color: #fdc8ba;
}
.color-2 {
color: #fbedbc;
}
.color-3 {
color: #eaebbc;
}
.color-4 {
color: #dbe6df;
}
.color-5 {
color: #84bad7;
}
/* CSS Variables */
:root {
--color-1: #fdc8ba;
--color-2: #fbedbc;
--color-3: #eaebbc;
--color-4: #dbe6df;
--color-5: #84bad7;
}
🌈 Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdc8ba, #fbedbc, #eaebbc, #dbe6df, #84bad7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdc8ba, #fbedbc, #eaebbc, #dbe6df, #84bad7);
}
🔗 Explore similar color palettes
Soft Blue color palette created on .