Coastal Ember Color Palette

Discover the beautiful Coastal Ember color palette featuring swirl (#d5c9c3), martini (#b1a4a0), bazaar (#8f767b), ferra (#6f504d) and cowboy (#4d2f2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Earthy, Soft, Warm 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 Ember palette

Share this palette to:

💻 Coastal Ember color palette CSS

/* CSS */
.color-1 {
color: #d5c9c3;
}
.color-2 {
color: #b1a4a0;
}
.color-3 {
color: #8f767b;
}
.color-4 {
color: #6f504d;
}
.color-5 {
color: #4d2f2d;
}

/* CSS Variables */
:root {
--color-1: #d5c9c3;
--color-2: #b1a4a0;
--color-3: #8f767b;
--color-4: #6f504d;
--color-5: #4d2f2d;
}

🌈 Coastal Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c9c3, #b1a4a0, #8f767b, #6f504d, #4d2f2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c9c3, #b1a4a0, #8f767b, #6f504d, #4d2f2d);
}

Coastal Ember color palette created on .