Soft Yellow Color Palette

Discover the beautiful Soft Yellow color palette featuring equator (#dfae58), manhattan (#f6c6a2), kobi (#eab8d1), cold purple (#b3a8d7) and celadon (#c4e3b0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Bright, Flower, Green 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 Yellow palette

Share this palette to:

💻 Soft Yellow color palette CSS

/* CSS */
.color-1 {
color: #dfae58;
}
.color-2 {
color: #f6c6a2;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #b3a8d7;
}
.color-5 {
color: #c4e3b0;
}

/* CSS Variables */
:root {
--color-1: #dfae58;
--color-2: #f6c6a2;
--color-3: #eab8d1;
--color-4: #b3a8d7;
--color-5: #c4e3b0;
}

🌈 Soft Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfae58, #f6c6a2, #eab8d1, #b3a8d7, #c4e3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfae58, #f6c6a2, #eab8d1, #b3a8d7, #c4e3b0);
}

Soft Yellow color palette created on .