Serenity in Gold Color Palette

Discover the beautiful Serenity in Gold color palette featuring corn (#d6b600), corn (#e6c300), gold (#f5d400), web orange (#f0a400) and pirate gold (#c77b00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Bright, Amber, Summer, Vintage 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 Serenity in Gold palette

Share this palette to:

💻 Serenity in Gold color palette CSS

/* CSS */
.color-1 {
color: #d6b600;
}
.color-2 {
color: #e6c300;
}
.color-3 {
color: #f5d400;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #c77b00;
}

/* CSS Variables */
:root {
--color-1: #d6b600;
--color-2: #e6c300;
--color-3: #f5d400;
--color-4: #f0a400;
--color-5: #c77b00;
}

🌈 Serenity in Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b600, #e6c300, #f5d400, #f0a400, #c77b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b600, #e6c300, #f5d400, #f0a400, #c77b00);
}

Serenity in Gold color palette created on .