Discover the beautiful Tidal Serenity color palette featuring bondi blue (#0096b8), persian green (#00b3aa), shamrock (#3ddb9c), chinook (#a2e6b8) and double colonial white (#f0e4a8).
Tidal Serenity Color Palette
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
Explore how the Tidal Serenity palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Tidal Serenity palette
💻 Tidal Serenity color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #3ddb9c;
}
.color-4 {
color: #a2e6b8;
}
.color-5 {
color: #f0e4a8;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #3ddb9c;
--color-4: #a2e6b8;
--color-5: #f0e4a8;
}
🌈 Tidal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #3ddb9c, #a2e6b8, #f0e4a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #3ddb9c, #a2e6b8, #f0e4a8);
}
🔗 Explore similar color palettes
Tidal Serenity color palette created on .