Dreamy Blossom Color Palette

Discover the beautiful Dreamy Blossom color palette featuring light orchid (#e09ec4), azalea (#f7c5c6), peach yellow (#f9d6a9), wheat (#f4eeb3) and geyser (#d1e1e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Light, Peach, Pink, Soft, Spring, 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 Dreamy Blossom palette

Share this palette to:

💻 Dreamy Blossom color palette CSS

/* CSS */
.color-1 {
color: #e09ec4;
}
.color-2 {
color: #f7c5c6;
}
.color-3 {
color: #f9d6a9;
}
.color-4 {
color: #f4eeb3;
}
.color-5 {
color: #d1e1e1;
}

/* CSS Variables */
:root {
--color-1: #e09ec4;
--color-2: #f7c5c6;
--color-3: #f9d6a9;
--color-4: #f4eeb3;
--color-5: #d1e1e1;
}

🌈 Dreamy Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09ec4, #f7c5c6, #f9d6a9, #f4eeb3, #d1e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09ec4, #f7c5c6, #f9d6a9, #f4eeb3, #d1e1e1);
}

Dreamy Blossom color palette created on .