Whimsical Sunrise Dream Color Palette

Discover the beautiful Whimsical Sunrise Dream color palette featuring white (#ffffff), spring wood (#f7f5ed), sweet corn (#fcf488), lavender pink (#fcb0df) and cold turkey (#cbb4b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWhite, Feminine, 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 Whimsical Sunrise Dream palette

Share this palette to:

💻 Whimsical Sunrise Dream color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7f5ed;
}
.color-3 {
color: #fcf488;
}
.color-4 {
color: #fcb0df;
}
.color-5 {
color: #cbb4b9;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f5ed;
--color-3: #fcf488;
--color-4: #fcb0df;
--color-5: #cbb4b9;
}

🌈 Whimsical Sunrise Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f5ed, #fcf488, #fcb0df, #cbb4b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f5ed, #fcf488, #fcb0df, #cbb4b9);
}

Whimsical Sunrise Dream color palette created on .