Clam Shell Color Palette

Discover the beautiful Clam Shell color palette featuring clam shell (#d4b6af), rose fog (#e4c5af), wheat (#f3d6b4), sidecar (#f6e3c6) and sinbad (#a1c6d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Pink, Cream, Tan, Aqua, Soft, Neutral, Warm, Light 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 Clam Shell palette

Share this palette to:

💻 Clam Shell color palette CSS

/* CSS */
.color-1 {
color: #d4b6af;
}
.color-2 {
color: #e4c5af;
}
.color-3 {
color: #f3d6b4;
}
.color-4 {
color: #f6e3c6;
}
.color-5 {
color: #a1c6d4;
}

/* CSS Variables */
:root {
--color-1: #d4b6af;
--color-2: #e4c5af;
--color-3: #f3d6b4;
--color-4: #f6e3c6;
--color-5: #a1c6d4;
}

🌈 Clam Shell background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b6af, #e4c5af, #f3d6b4, #f6e3c6, #a1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b6af, #e4c5af, #f3d6b4, #f6e3c6, #a1c6d4);
}

Clam Shell color palette created on .