Serene Shoreline Color Palette
Discover the beautiful Serene Shoreline color palette featuring wheat (#f5e3b2), chrome white (#d8ebc7), jagged ice (#b7e1d4), monte carlo (#82c8d4) and keppel (#37a4a9).
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 Shoreline palette
💻 Serene Shoreline color palette CSS
/* CSS */
.color-1 {
color: #f5e3b2;
}
.color-2 {
color: #d8ebc7;
}
.color-3 {
color: #b7e1d4;
}
.color-4 {
color: #82c8d4;
}
.color-5 {
color: #37a4a9;
}
/* CSS Variables */
:root {
--color-1: #f5e3b2;
--color-2: #d8ebc7;
--color-3: #b7e1d4;
--color-4: #82c8d4;
--color-5: #37a4a9;
} 🌈 Serene Shoreline background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b2, #d8ebc7, #b7e1d4, #82c8d4, #37a4a9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b2, #d8ebc7, #b7e1d4, #82c8d4, #37a4a9);
} 🔗 Explore similar color palettes
Serene Shoreline color palette created on .