Peachy Eunry Color Palette

Discover the beautiful Peachy Eunry color palette featuring cameo (#d6b09a), cashmere (#e2b2a2), mandys pink (#f1c6b1), wewak (#f2a1a8) and charm (#d47d8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Soft, Peach, Pink, Bright 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 Peachy Eunry palette

Share this palette to:

💻 Peachy Eunry color palette CSS

/* CSS */
.color-1 {
color: #d6b09a;
}
.color-2 {
color: #e2b2a2;
}
.color-3 {
color: #f1c6b1;
}
.color-4 {
color: #f2a1a8;
}
.color-5 {
color: #d47d8b;
}

/* CSS Variables */
:root {
--color-1: #d6b09a;
--color-2: #e2b2a2;
--color-3: #f1c6b1;
--color-4: #f2a1a8;
--color-5: #d47d8b;
}

🌈 Peachy Eunry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b09a, #e2b2a2, #f1c6b1, #f2a1a8, #d47d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b09a, #e2b2a2, #f1c6b1, #f2a1a8, #d47d8b);
}

Peachy Eunry color palette created on .