Pastel Blueberry Desert Color Palette
Discover the beautiful Pastel Blueberry Desert color palette featuring hippie blue (#5a8fba), regent st blue (#a4c6e0), light orchid (#e7b1d0), sandwisp (#f3e1a0) and whiskey (#d5a86c).
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 Blueberry Desert palette
💻 Pastel Blueberry Desert color palette CSS
/* CSS */
.color-1 {
color: #5a8fba;
}
.color-2 {
color: #a4c6e0;
}
.color-3 {
color: #e7b1d0;
}
.color-4 {
color: #f3e1a0;
}
.color-5 {
color: #d5a86c;
}
/* CSS Variables */
:root {
--color-1: #5a8fba;
--color-2: #a4c6e0;
--color-3: #e7b1d0;
--color-4: #f3e1a0;
--color-5: #d5a86c;
}
🌈 Pastel Blueberry Desert background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8fba, #a4c6e0, #e7b1d0, #f3e1a0, #d5a86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8fba, #a4c6e0, #e7b1d0, #f3e1a0, #d5a86c);
}
🔗 Explore similar color palettes
Pastel Blueberry Desert color palette created on .