Golden Spring Color Palette

Discover the beautiful Golden Spring color palette featuring buff (#f1dd83), chenin (#e1c76b), tacha (#d2b156), roti (#c3a741) and alpine (#b4922d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Gold, Bright, Spring, Fun 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 Golden Spring palette

Share this palette to:

๐Ÿ’ป Golden Spring color palette CSS

/* CSS */
.color-1 {
color: #f1dd83;
}
.color-2 {
color: #e1c76b;
}
.color-3 {
color: #d2b156;
}
.color-4 {
color: #c3a741;
}
.color-5 {
color: #b4922d;
}

/* CSS Variables */
:root {
--color-1: #f1dd83;
--color-2: #e1c76b;
--color-3: #d2b156;
--color-4: #c3a741;
--color-5: #b4922d;
}

๐ŸŒˆ Golden Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1dd83, #e1c76b, #d2b156, #c3a741, #b4922d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1dd83, #e1c76b, #d2b156, #c3a741, #b4922d);
}

Golden Spring color palette created on .