Soft Golden Child Color Palette

Discover the beautiful Soft Golden Child color palette featuring double pearl lusta (#fcefc5), marzipan (#f7df97), cherokee (#fccd97), goldenrod (#f9ca6c) and tacao (#e8ba7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Cream, Gold, Light, Soft, Spring, Warm, Yellow 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 Soft Golden Child palette

Share this palette to:

💻 Soft Golden Child color palette CSS

/* CSS */
.color-1 {
color: #fcefc5;
}
.color-2 {
color: #f7df97;
}
.color-3 {
color: #fccd97;
}
.color-4 {
color: #f9ca6c;
}
.color-5 {
color: #e8ba7d;
}

/* CSS Variables */
:root {
--color-1: #fcefc5;
--color-2: #f7df97;
--color-3: #fccd97;
--color-4: #f9ca6c;
--color-5: #e8ba7d;
}

🌈 Soft Golden Child background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcefc5, #f7df97, #fccd97, #f9ca6c, #e8ba7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcefc5, #f7df97, #fccd97, #f9ca6c, #e8ba7d);
}

Soft Golden Child color palette created on .