Soft Pink and Blue Color Palette
Discover the beautiful Soft Pink and Blue color palette featuring rose bud (#f9b1ae), light apricot (#fdd4c4), dairy cream (#f9e6b9), regent st blue (#a9d7e5) and glacier (#89b8c8).
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 Pink and Blue palette
💻 Soft Pink and Blue color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fdd4c4;
}
.color-3 {
color: #f9e6b9;
}
.color-4 {
color: #a9d7e5;
}
.color-5 {
color: #89b8c8;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fdd4c4;
--color-3: #f9e6b9;
--color-4: #a9d7e5;
--color-5: #89b8c8;
} 🌈 Soft Pink and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fdd4c4, #f9e6b9, #a9d7e5, #89b8c8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fdd4c4, #f9e6b9, #a9d7e5, #89b8c8);
} 🔗 Explore similar color palettes
Soft Pink and Blue color palette created on .