Bohemian Oasis Color Palette
Discover the beautiful Bohemian Oasis color palette featuring shakespeare (#5aa1d3), regent st blue (#a8d7e6), ronchi (#f1b74b), deep blush (#e46c88) and hopbush (#c76b8e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Bohemian Oasis palette
💻 Bohemian Oasis color palette CSS
/* CSS */
.color-1 {
color: #5aa1d3;
}
.color-2 {
color: #a8d7e6;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #e46c88;
}
.color-5 {
color: #c76b8e;
}
/* CSS Variables */
:root {
--color-1: #5aa1d3;
--color-2: #a8d7e6;
--color-3: #f1b74b;
--color-4: #e46c88;
--color-5: #c76b8e;
} 🌈 Bohemian Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5aa1d3, #a8d7e6, #f1b74b, #e46c88, #c76b8e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5aa1d3, #a8d7e6, #f1b74b, #e46c88, #c76b8e);
} Bohemian Oasis color palette created on .