Discover the beautiful Whimsical Dreamscape color palette featuring rose bud (#f9a4b1), sidecar (#f1e8b1), aqua island (#b3e0d9), turquoise blue (#6bbfe6) and bittersweet (#ff6e61).

Whimsical Dreamscape Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Whimsical Dreamscape palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Whimsical Dreamscape palette

Share this palette to:

💻 Whimsical Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f9a4b1;
}
.color-2 {
color: #f1e8b1;
}
.color-3 {
color: #b3e0d9;
}
.color-4 {
color: #6bbfe6;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f9a4b1;
--color-2: #f1e8b1;
--color-3: #b3e0d9;
--color-4: #6bbfe6;
--color-5: #ff6e61;
}

🌈 Whimsical Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b1, #f1e8b1, #b3e0d9, #6bbfe6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b1, #f1e8b1, #b3e0d9, #6bbfe6, #ff6e61);
}

Whimsical Dreamscape color palette created on .