Dreamy Color Palette

Discover the beautiful Dreamy color palette featuring pink salmon (#ff99a1), sundown (#ffb3b3), golden tainoi (#ffcb5c), golden fizz (#ffee33) and tea green (#d2f1c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Light, Pink, Soft, Spring, Summer, 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 palette

Share this palette to:

💻 Dreamy color palette CSS

/* CSS */
.color-1 {
color: #ff99a1;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #ffee33;
}
.color-5 {
color: #d2f1c0;
}

/* CSS Variables */
:root {
--color-1: #ff99a1;
--color-2: #ffb3b3;
--color-3: #ffcb5c;
--color-4: #ffee33;
--color-5: #d2f1c0;
}

🌈 Dreamy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff99a1, #ffb3b3, #ffcb5c, #ffee33, #d2f1c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff99a1, #ffb3b3, #ffcb5c, #ffee33, #d2f1c0);
}

Dreamy color palette created on .