Phoebe Color Palette

Discover the beautiful Phoebe color palette featuring manhattan (#f7c5a6), wewak (#f3a5b0), wewak (#f29d9c), burnt sienna (#e76e50) and valencia (#d1493d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Feminine, Peach, Pink, Spring, Summer, Vibrant 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 Phoebe palette

Share this palette to:

💻 Phoebe color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f3a5b0;
}
.color-3 {
color: #f29d9c;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d1493d;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f3a5b0;
--color-3: #f29d9c;
--color-4: #e76e50;
--color-5: #d1493d;
}

🌈 Phoebe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f3a5b0, #f29d9c, #e76e50, #d1493d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f3a5b0, #f29d9c, #e76e50, #d1493d);
}

Phoebe color palette created on .