Coastal Dunes Color Palette
Discover the beautiful Coastal Dunes color palette featuring bunting (#191f4d), soft amber (#d6c8b8), indian khaki (#c2b180), domino (#8f745b) and mondo (#4b3c30).
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 Dunes palette
💻 Coastal Dunes color palette CSS
/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #d6c8b8;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #8f745b;
}
.color-5 {
color: #4b3c30;
}
/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #d6c8b8;
--color-3: #c2b180;
--color-4: #8f745b;
--color-5: #4b3c30;
}
🌈 Coastal Dunes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #d6c8b8, #c2b180, #8f745b, #4b3c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #d6c8b8, #c2b180, #8f745b, #4b3c30);
}
🔗 Explore similar color palettes
Coastal Dunes color palette created on .