Coastal Serenity Palette Color Palette
Discover the beautiful Coastal Serenity Palette color palette featuring mint julep (#f3eac4), slate gray (#788b97), slate gray (#6a8390), lynch (#607e8a) and smalt blue (#597888).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withCream, Teal, Minimalist, Boho, Earthy, Soft 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 Coastal Serenity Palette palette
💻 Coastal Serenity Palette color palette CSS
/* CSS */
.color-1 {
color: #f3eac4;
}
.color-2 {
color: #788b97;
}
.color-3 {
color: #6a8390;
}
.color-4 {
color: #607e8a;
}
.color-5 {
color: #597888;
}
/* CSS Variables */
:root {
--color-1: #f3eac4;
--color-2: #788b97;
--color-3: #6a8390;
--color-4: #607e8a;
--color-5: #597888;
}
🌈 Coastal Serenity Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3eac4, #788b97, #6a8390, #607e8a, #597888);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3eac4, #788b97, #6a8390, #607e8a, #597888);
}
🔗 Explore similar color palettes
Coastal Serenity Palette color palette created on .