End of Story Color Palette

Discover the beautiful End of Story color palette featuring mandys pink (#f5c7b2), tonys pink (#e9a5a0), new york pink (#d9828b), contessa (#c55e7b) and cadillac (#a94c65).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Elegant, Light, Pink, Soft, Storytelling, Vibrant, 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 End of Story palette

Share this palette to:

💻 End of Story color palette CSS

/* CSS */
.color-1 {
color: #f5c7b2;
}
.color-2 {
color: #e9a5a0;
}
.color-3 {
color: #d9828b;
}
.color-4 {
color: #c55e7b;
}
.color-5 {
color: #a94c65;
}

/* CSS Variables */
:root {
--color-1: #f5c7b2;
--color-2: #e9a5a0;
--color-3: #d9828b;
--color-4: #c55e7b;
--color-5: #a94c65;
}

🌈 End of Story background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7b2, #e9a5a0, #d9828b, #c55e7b, #a94c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7b2, #e9a5a0, #d9828b, #c55e7b, #a94c65);
}

End of Story color palette created on .