Coastal Serenity Palette Color Palette
Discover the beautiful Coastal Serenity Palette color palette featuring half colonial white (#fdf1d8), grain brown (#e4d1b4), viking (#74b8dc), muesli (#ac8662) and steel blue (#4881ad).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Boho, Summer, Earthy, Pastel 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: #fdf1d8;
}
.color-2 {
color: #e4d1b4;
}
.color-3 {
color: #74b8dc;
}
.color-4 {
color: #ac8662;
}
.color-5 {
color: #4881ad;
}
/* CSS Variables */
:root {
--color-1: #fdf1d8;
--color-2: #e4d1b4;
--color-3: #74b8dc;
--color-4: #ac8662;
--color-5: #4881ad;
}
🌈 Coastal Serenity Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf1d8, #e4d1b4, #74b8dc, #ac8662, #4881ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf1d8, #e4d1b4, #74b8dc, #ac8662, #4881ad);
}
🔗 Explore similar color palettes
Coastal Serenity Palette color palette created on .