Nostalgic Dream Color Palette

Discover the beautiful Nostalgic Dream color palette featuring lavender purple (#ad83ba), can can (#d79da9), my pink (#cf9c7e), chenin (#dcc67e) and hokey pokey (#d69f32).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Coastal, Earthy, Peach, Pink, Soft, Tan, Vintage, Warm, Yellow 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 Nostalgic Dream palette

Share this palette to:

💻 Nostalgic Dream color palette CSS

/* CSS */
.color-1 {
color: #ad83ba;
}
.color-2 {
color: #d79da9;
}
.color-3 {
color: #cf9c7e;
}
.color-4 {
color: #dcc67e;
}
.color-5 {
color: #d69f32;
}

/* CSS Variables */
:root {
--color-1: #ad83ba;
--color-2: #d79da9;
--color-3: #cf9c7e;
--color-4: #dcc67e;
--color-5: #d69f32;
}

🌈 Nostalgic Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad83ba, #d79da9, #cf9c7e, #dcc67e, #d69f32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad83ba, #d79da9, #cf9c7e, #dcc67e, #d69f32);
}

Nostalgic Dream color palette created on .