Serene Seascape Color Palette
Discover the beautiful Serene Seascape color palette featuring bali hai (#8da1b4), cold turkey (#c9b6b6), wild blue yonder (#788cb5), santas gray (#a1a1b5) and akaroa (#dbc7b3).
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 Serene Seascape palette
💻 Serene Seascape color palette CSS
/* CSS */
.color-1 {
color: #8da1b4;
}
.color-2 {
color: #c9b6b6;
}
.color-3 {
color: #788cb5;
}
.color-4 {
color: #a1a1b5;
}
.color-5 {
color: #dbc7b3;
}
/* CSS Variables */
:root {
--color-1: #8da1b4;
--color-2: #c9b6b6;
--color-3: #788cb5;
--color-4: #a1a1b5;
--color-5: #dbc7b3;
} 🌈 Serene Seascape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8da1b4, #c9b6b6, #788cb5, #a1a1b5, #dbc7b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8da1b4, #c9b6b6, #788cb5, #a1a1b5, #dbc7b3);
} 🔗 Explore similar color palettes
Serene Seascape color palette created on .