Otter Color Palette

Discover the beautiful Otter color palette featuring mongoose (#b89d84), pearl bush (#e7e1d9), tiara (#cbd7d6), shadow green (#93b8b8) and bermuda gray (#788ba1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Blue, Green, Gray, Warm, Muted, Earthy, Modern, Soft 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 Otter palette

Share this palette to:

💻 Otter color palette CSS

/* CSS */
.color-1 {
color: #b89d84;
}
.color-2 {
color: #e7e1d9;
}
.color-3 {
color: #cbd7d6;
}
.color-4 {
color: #93b8b8;
}
.color-5 {
color: #788ba1;
}

/* CSS Variables */
:root {
--color-1: #b89d84;
--color-2: #e7e1d9;
--color-3: #cbd7d6;
--color-4: #93b8b8;
--color-5: #788ba1;
}

🌈 Otter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89d84, #e7e1d9, #cbd7d6, #93b8b8, #788ba1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89d84, #e7e1d9, #cbd7d6, #93b8b8, #788ba1);
}

Otter color palette created on .