Pink Derpy Color Palette

Discover the beautiful Pink Derpy color palette featuring wisp pink (#fde7ee), remy (#feedf2), tuft bush (#fedfce), oasis (#fee9ca) and half dutch white (#fef7de).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Light, Peach, Pink, Soft, Spring, Warm 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 Pink Derpy palette

Share this palette to:

💻 Pink Derpy color palette CSS

/* CSS */
.color-1 {
color: #fde7ee;
}
.color-2 {
color: #feedf2;
}
.color-3 {
color: #fedfce;
}
.color-4 {
color: #fee9ca;
}
.color-5 {
color: #fef7de;
}

/* CSS Variables */
:root {
--color-1: #fde7ee;
--color-2: #feedf2;
--color-3: #fedfce;
--color-4: #fee9ca;
--color-5: #fef7de;
}

🌈 Pink Derpy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde7ee, #feedf2, #fedfce, #fee9ca, #fef7de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde7ee, #feedf2, #fedfce, #fee9ca, #fef7de);
}

Pink Derpy color palette created on .