The Ones I've Lost Color Palette

Discover the beautiful The Ones I've Lost color palette featuring careys pink (#d8a6b4), melanie (#e7c5d8), soft peach (#f1e4e5), cadet blue (#a7b6c3) and botticelli (#c2d7e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Pink, Light, Muted, Blue, Summer 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 The Ones I've Lost palette

Share this palette to:

💻 The Ones I've Lost color palette CSS

/* CSS */
.color-1 {
color: #d8a6b4;
}
.color-2 {
color: #e7c5d8;
}
.color-3 {
color: #f1e4e5;
}
.color-4 {
color: #a7b6c3;
}
.color-5 {
color: #c2d7e0;
}

/* CSS Variables */
:root {
--color-1: #d8a6b4;
--color-2: #e7c5d8;
--color-3: #f1e4e5;
--color-4: #a7b6c3;
--color-5: #c2d7e0;
}

🌈 The Ones I've Lost background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a6b4, #e7c5d8, #f1e4e5, #a7b6c3, #c2d7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a6b4, #e7c5d8, #f1e4e5, #a7b6c3, #c2d7e0);
}

The Ones I've Lost color palette created on .