Discover the beautiful Coastal Serenity color palette featuring powder ash (#b6c9c2), bone (#e7d3c5), apricot peach (#f9ccb9), my pink (#d59b8b) and coral tree (#a86b6d).
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: #b6c9c2;
}
.color-2 {
color: #e7d3c5;
}
.color-3 {
color: #f9ccb9;
}
.color-4 {
color: #d59b8b;
}
.color-5 {
color: #a86b6d;
}
/* CSS Variables */
:root {
--color-1: #b6c9c2;
--color-2: #e7d3c5;
--color-3: #f9ccb9;
--color-4: #d59b8b;
--color-5: #a86b6d;
}
🌈 Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c9c2, #e7d3c5, #f9ccb9, #d59b8b, #a86b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c9c2, #e7d3c5, #f9ccb9, #d59b8b, #a86b6d);
}
🔗 Explore similar color palettes
Coastal Serenity color palette created on .