Pastel Breeze Color Palette
Discover the beautiful Pastel Breeze color palette featuring selago (#e7f3fc), moon raker (#e1e3f9), white (#ffffff), moon raker (#e8e4f9) and chambray (#375586).
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 Pastel Breeze palette
💻 Pastel Breeze color palette CSS
/* CSS */
.color-1 {
color: #e7f3fc;
}
.color-2 {
color: #e1e3f9;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #e8e4f9;
}
.color-5 {
color: #375586;
}
/* CSS Variables */
:root {
--color-1: #e7f3fc;
--color-2: #e1e3f9;
--color-3: #ffffff;
--color-4: #e8e4f9;
--color-5: #375586;
} 🌈 Pastel Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7f3fc, #e1e3f9, #ffffff, #e8e4f9, #375586);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7f3fc, #e1e3f9, #ffffff, #e8e4f9, #375586);
} 🔗 Explore similar color palettes
Pastel Breeze color palette created on .