Coastal Sunset Harmony Color Palette
Discover the beautiful Coastal Sunset Harmony color palette featuring curious blue (#1887dc), toast (#9e6c61), venice blue (#0a5ea3), woodland (#4c542c) and terracotta (#e5885d).
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 Coastal Sunset Harmony palette
💻 Coastal Sunset Harmony color palette CSS
/* CSS */
.color-1 {
color: #1887dc;
}
.color-2 {
color: #9e6c61;
}
.color-3 {
color: #0a5ea3;
}
.color-4 {
color: #4c542c;
}
.color-5 {
color: #e5885d;
}
/* CSS Variables */
:root {
--color-1: #1887dc;
--color-2: #9e6c61;
--color-3: #0a5ea3;
--color-4: #4c542c;
--color-5: #e5885d;
} 🌈 Coastal Sunset Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1887dc, #9e6c61, #0a5ea3, #4c542c, #e5885d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1887dc, #9e6c61, #0a5ea3, #4c542c, #e5885d);
} 🔗 Explore similar color palettes
Coastal Sunset Harmony color palette created on .