Dreamy Pastel Serenade Color Palette

Discover the beautiful Dreamy Pastel Serenade color palette featuring moon raker (#f3e6fa), moon raker (#e3d5f6), tropical blue (#c3d1f9), perfume (#e7baf8) and biloba flower (#caacea).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Pastel, Spring 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 Dreamy Pastel Serenade palette

Share this palette to:

💻 Dreamy Pastel Serenade color palette CSS

/* CSS */
.color-1 {
color: #f3e6fa;
}
.color-2 {
color: #e3d5f6;
}
.color-3 {
color: #c3d1f9;
}
.color-4 {
color: #e7baf8;
}
.color-5 {
color: #caacea;
}

/* CSS Variables */
:root {
--color-1: #f3e6fa;
--color-2: #e3d5f6;
--color-3: #c3d1f9;
--color-4: #e7baf8;
--color-5: #caacea;
}

🌈 Dreamy Pastel Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6fa, #e3d5f6, #c3d1f9, #e7baf8, #caacea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6fa, #e3d5f6, #c3d1f9, #e7baf8, #caacea);
}

Dreamy Pastel Serenade color palette created on .