Discover the beautiful Coastal Serenity color palette featuring blumine (#1e507b), calypso (#3d7a99), hippie blue (#67a5bc), sinbad (#99d0d6) and buttercup (#f1c40e).
Coastal 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 Coastal Serenity palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Coastal Serenity palette
💻 Coastal Serenity color palette CSS
/* CSS */
.color-1 {
color: #1e507b;
}
.color-2 {
color: #3d7a99;
}
.color-3 {
color: #67a5bc;
}
.color-4 {
color: #99d0d6;
}
.color-5 {
color: #f1c40e;
}
/* CSS Variables */
:root {
--color-1: #1e507b;
--color-2: #3d7a99;
--color-3: #67a5bc;
--color-4: #99d0d6;
--color-5: #f1c40e;
}
🌈 Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e507b, #3d7a99, #67a5bc, #99d0d6, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e507b, #3d7a99, #67a5bc, #99d0d6, #f1c40e);
}
🔗 Explore similar color palettes
Coastal Serenity color palette created on .