Coastal Emberstone Color Palette

Discover the beautiful Coastal Emberstone color palette featuring lochmara (#0078bd), burning orange (#ff6d2e), bombay (#b1b4b9), cod gray (#1a1a1a) and alabaster (#fafafa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOcean, Orange, Gray, Black, White 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 Emberstone palette

Share this palette to:

💻 Coastal Emberstone color palette CSS

/* CSS */
.color-1 {
color: #0078bd;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #b1b4b9;
}
.color-4 {
color: #1a1a1a;
}
.color-5 {
color: #fafafa;
}

/* CSS Variables */
:root {
--color-1: #0078bd;
--color-2: #ff6d2e;
--color-3: #b1b4b9;
--color-4: #1a1a1a;
--color-5: #fafafa;
}

🌈 Coastal Emberstone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0078bd, #ff6d2e, #b1b4b9, #1a1a1a, #fafafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0078bd, #ff6d2e, #b1b4b9, #1a1a1a, #fafafa);
}

Coastal Emberstone color palette created on .