Discover the beautiful Warm Gold Beach color palette featuring manhattan (#f2c1a1), emperor (#4f4f4f), cream can (#f2d150), janna (#f1e0c6) and tan (#d2b384).

Warm Gold Beach Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Warm Gold Beach palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Warm Gold Beach palette

Share this palette to:

💻 Warm Gold Beach color palette CSS

/* CSS */
.color-1 {
color: #f2c1a1;
}
.color-2 {
color: #4f4f4f;
}
.color-3 {
color: #f2d150;
}
.color-4 {
color: #f1e0c6;
}
.color-5 {
color: #d2b384;
}

/* CSS Variables */
:root {
--color-1: #f2c1a1;
--color-2: #4f4f4f;
--color-3: #f2d150;
--color-4: #f1e0c6;
--color-5: #d2b384;
}

🌈 Warm Gold Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c1a1, #4f4f4f, #f2d150, #f1e0c6, #d2b384);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c1a1, #4f4f4f, #f2d150, #f1e0c6, #d2b384);
}

Warm Gold Beach color palette created on .