Peachy Blue Color Palette
Discover the beautiful Peachy Blue color palette featuring givry (#f7d6c0), regent st blue (#a3c7e0), bone (#e2d6c5), mandys pink (#f1c3a2) and akaroa (#d4b5a0).
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 Peachy Blue palette
💻 Peachy Blue color palette CSS
/* CSS */
.color-1 {
color: #f7d6c0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #e2d6c5;
}
.color-4 {
color: #f1c3a2;
}
.color-5 {
color: #d4b5a0;
}
/* CSS Variables */
:root {
--color-1: #f7d6c0;
--color-2: #a3c7e0;
--color-3: #e2d6c5;
--color-4: #f1c3a2;
--color-5: #d4b5a0;
} 🌈 Peachy Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d6c0, #a3c7e0, #e2d6c5, #f1c3a2, #d4b5a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d6c0, #a3c7e0, #e2d6c5, #f1c3a2, #d4b5a0);
} 🔗 Explore similar color palettes
Peachy Blue color palette created on .