Soft Blue Color Palette
Discover the beautiful Soft Blue color palette featuring rose bud (#f7aba6), wheat (#f6e2b1), moss green (#a7d7b8), downy (#81b9d9) and waikawa gray (#5c6e99).
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: #f7aba6;
}
.color-2 {
color: #f6e2b1;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #81b9d9;
}
.color-5 {
color: #5c6e99;
}
/* CSS Variables */
:root {
--color-1: #f7aba6;
--color-2: #f6e2b1;
--color-3: #a7d7b8;
--color-4: #81b9d9;
--color-5: #5c6e99;
}
🌈 Soft Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7aba6, #f6e2b1, #a7d7b8, #81b9d9, #5c6e99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7aba6, #f6e2b1, #a7d7b8, #81b9d9, #5c6e99);
}
🔗 Explore similar color palettes
Soft Blue color palette created on .