Nostalgic Color Palette
Discover the beautiful Nostalgic color palette featuring eunry (#d4a5a5), dust storm (#e5c8c8), sidecar (#f2e5b5), sprout (#b5d7a7) and half baked (#85b4d1).
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 Nostalgic palette
💻 Nostalgic color palette CSS
/* CSS */
.color-1 {
color: #d4a5a5;
}
.color-2 {
color: #e5c8c8;
}
.color-3 {
color: #f2e5b5;
}
.color-4 {
color: #b5d7a7;
}
.color-5 {
color: #85b4d1;
}
/* CSS Variables */
:root {
--color-1: #d4a5a5;
--color-2: #e5c8c8;
--color-3: #f2e5b5;
--color-4: #b5d7a7;
--color-5: #85b4d1;
} 🌈 Nostalgic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a5a5, #e5c8c8, #f2e5b5, #b5d7a7, #85b4d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a5a5, #e5c8c8, #f2e5b5, #b5d7a7, #85b4d1);
} 🔗 Explore similar color palettes
Nostalgic color palette created on .