Faded Memories Color Palette
Discover the beautiful Faded Memories color palette featuring pigeon post (#a5c5d5), blossom (#e1b7c3), mandys pink (#f1c5a7), sandwisp (#f5e7a8) and manhattan (#f5b58a).
Brightness
Saturation
Warmth
💡 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 Faded Memories palette
💻 Faded Memories color palette CSS
/* CSS */
.color-1 {
color: #a5c5d5;
}
.color-2 {
color: #e1b7c3;
}
.color-3 {
color: #f1c5a7;
}
.color-4 {
color: #f5e7a8;
}
.color-5 {
color: #f5b58a;
}
/* CSS Variables */
:root {
--color-1: #a5c5d5;
--color-2: #e1b7c3;
--color-3: #f1c5a7;
--color-4: #f5e7a8;
--color-5: #f5b58a;
}
🌈 Faded Memories background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c5d5, #e1b7c3, #f1c5a7, #f5e7a8, #f5b58a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c5d5, #e1b7c3, #f1c5a7, #f5e7a8, #f5b58a);
}
🔗 Explore similar color palettes
Faded Memories color palette created on .