Whimsical Meadow Color Palette

Discover the beautiful Whimsical Meadow color palette featuring shalimar (#ffffc2), azalea (#f4c8d2), azalea (#f7bbc8), anakiwa (#94eaff) and spray (#5cdaf0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Pastel, Pink, Soft, Summer, Tropical 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 Meadow palette

Share this palette to:

💻 Whimsical Meadow color palette CSS

/* CSS */
.color-1 {
color: #ffffc2;
}
.color-2 {
color: #f4c8d2;
}
.color-3 {
color: #f7bbc8;
}
.color-4 {
color: #94eaff;
}
.color-5 {
color: #5cdaf0;
}

/* CSS Variables */
:root {
--color-1: #ffffc2;
--color-2: #f4c8d2;
--color-3: #f7bbc8;
--color-4: #94eaff;
--color-5: #5cdaf0;
}

🌈 Whimsical Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffc2, #f4c8d2, #f7bbc8, #94eaff, #5cdaf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffc2, #f4c8d2, #f7bbc8, #94eaff, #5cdaf0);
}

Whimsical Meadow color palette created on .