Coastal Charm Color Palette
Discover the beautiful Coastal Charm color palette featuring wild sand (#f5f5f5), aqua island (#b1e2d5), russett (#7f5c5c), pancho (#edc7a1) and energy yellow (#f9d94e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withWhite, Light Aqua, Earthy, Soft, Beach, Cream, Yellow, Green, Brown 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 Charm palette
💻 Coastal Charm color palette CSS
/* CSS */
.color-1 {
color: #f5f5f5;
}
.color-2 {
color: #b1e2d5;
}
.color-3 {
color: #7f5c5c;
}
.color-4 {
color: #edc7a1;
}
.color-5 {
color: #f9d94e;
}
/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #b1e2d5;
--color-3: #7f5c5c;
--color-4: #edc7a1;
--color-5: #f9d94e;
}
🌈 Coastal Charm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #b1e2d5, #7f5c5c, #edc7a1, #f9d94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #b1e2d5, #7f5c5c, #edc7a1, #f9d94e);
}
🔗 Explore similar color palettes
Coastal Charm color palette created on .