Discover the beautiful Peachy Eggson color palette featuring wheat (#f6e4b1), apricot peach (#f9cca9), rose bud (#fbaf8e), froly (#f6798c) and mandy (#e64c4c).

Peachy Eggson Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Peachy Eggson palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Peachy Eggson palette

Share this palette to:

💻 Peachy Eggson color palette CSS

/* CSS */
.color-1 {
color: #f6e4b1;
}
.color-2 {
color: #f9cca9;
}
.color-3 {
color: #fbaf8e;
}
.color-4 {
color: #f6798c;
}
.color-5 {
color: #e64c4c;
}

/* CSS Variables */
:root {
--color-1: #f6e4b1;
--color-2: #f9cca9;
--color-3: #fbaf8e;
--color-4: #f6798c;
--color-5: #e64c4c;
}

🌈 Peachy Eggson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4b1, #f9cca9, #fbaf8e, #f6798c, #e64c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4b1, #f9cca9, #fbaf8e, #f6798c, #e64c4c);
}

Peachy Eggson color palette created on .