Freshwater Bloom Color Palette
Discover the beautiful Freshwater Bloom color palette featuring gum leaf (#a5d4b8), de york (#8fcc97), tradewind (#66b7a6), smalt blue (#508b91) and oracle (#396f79).
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 Freshwater Bloom palette
💻 Freshwater Bloom color palette CSS
/* CSS */
.color-1 {
color: #a5d4b8;
}
.color-2 {
color: #8fcc97;
}
.color-3 {
color: #66b7a6;
}
.color-4 {
color: #508b91;
}
.color-5 {
color: #396f79;
}
/* CSS Variables */
:root {
--color-1: #a5d4b8;
--color-2: #8fcc97;
--color-3: #66b7a6;
--color-4: #508b91;
--color-5: #396f79;
} 🌈 Freshwater Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d4b8, #8fcc97, #66b7a6, #508b91, #396f79);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d4b8, #8fcc97, #66b7a6, #508b91, #396f79);
} 🔗 Explore similar color palettes
Freshwater Bloom color palette created on .