Soft Blue Color Palette
Discover the beautiful Soft Blue color palette featuring rose bud (#f9b1ae), wheat (#f6e6b1), beryl green (#c9e2b1), aqua island (#a1d9d7) and shakespeare (#4f9ccf).
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: #f9b1ae;
}
.color-2 {
color: #f6e6b1;
}
.color-3 {
color: #c9e2b1;
}
.color-4 {
color: #a1d9d7;
}
.color-5 {
color: #4f9ccf;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6e6b1;
--color-3: #c9e2b1;
--color-4: #a1d9d7;
--color-5: #4f9ccf;
} 🌈 Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6e6b1, #c9e2b1, #a1d9d7, #4f9ccf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6e6b1, #c9e2b1, #a1d9d7, #4f9ccf);
} 🔗 Explore similar color palettes
Soft Blue color palette created on .