Yellow Diamond Color Palette

Discover the beautiful Yellow Diamond color palette featuring astra (#f9eab9), golden sand (#f4d67b), ronchi (#f0ba4c), hokey pokey (#d6a529) and reef gold (#a88b1a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Bright, Gold, Summer, Light, Warm, Shine, Vibrant 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 Yellow Diamond palette

Share this palette to:

💻 Yellow Diamond color palette CSS

/* CSS */
.color-1 {
color: #f9eab9;
}
.color-2 {
color: #f4d67b;
}
.color-3 {
color: #f0ba4c;
}
.color-4 {
color: #d6a529;
}
.color-5 {
color: #a88b1a;
}

/* CSS Variables */
:root {
--color-1: #f9eab9;
--color-2: #f4d67b;
--color-3: #f0ba4c;
--color-4: #d6a529;
--color-5: #a88b1a;
}

🌈 Yellow Diamond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9eab9, #f4d67b, #f0ba4c, #d6a529, #a88b1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9eab9, #f4d67b, #f0ba4c, #d6a529, #a88b1a);
}

Yellow Diamond color palette created on .