Ocean Auburn Earthy Color Palette

Discover the beautiful Ocean Auburn Earthy color palette featuring blue dianne (#1b3b4b), bismark (#4b6c81), pewter (#9cb4a1), tacha (#d8b86e) and tall poppy (#b73a24).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOcean, Auburn, Earthy, Blue, Green, Bright, Summer, Vibrant, Nature 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 Ocean Auburn Earthy palette

Share this palette to:

💻 Ocean Auburn Earthy color palette CSS

/* CSS */
.color-1 {
color: #1b3b4b;
}
.color-2 {
color: #4b6c81;
}
.color-3 {
color: #9cb4a1;
}
.color-4 {
color: #d8b86e;
}
.color-5 {
color: #b73a24;
}

/* CSS Variables */
:root {
--color-1: #1b3b4b;
--color-2: #4b6c81;
--color-3: #9cb4a1;
--color-4: #d8b86e;
--color-5: #b73a24;
}

🌈 Ocean Auburn Earthy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3b4b, #4b6c81, #9cb4a1, #d8b86e, #b73a24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3b4b, #4b6c81, #9cb4a1, #d8b86e, #b73a24);
}

Ocean Auburn Earthy color palette created on .