Whimsical Daydreams Color Palette
Discover the beautiful Whimsical Daydreams color palette featuring sail (#a4e4f9), manhattan (#f7c5a1), wewak (#f2a6a6), light orchid (#e6b3e2) and new orleans (#f2d7a1).
Brightness
Saturation
Warmth
💡 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 Daydreams palette
💻 Whimsical Daydreams color palette CSS
/* CSS */
.color-1 {
color: #a4e4f9;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f2a6a6;
}
.color-4 {
color: #e6b3e2;
}
.color-5 {
color: #f2d7a1;
}
/* CSS Variables */
:root {
--color-1: #a4e4f9;
--color-2: #f7c5a1;
--color-3: #f2a6a6;
--color-4: #e6b3e2;
--color-5: #f2d7a1;
} 🌈 Whimsical Daydreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4e4f9, #f7c5a1, #f2a6a6, #e6b3e2, #f2d7a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4e4f9, #f7c5a1, #f2a6a6, #e6b3e2, #f2d7a1);
} 🔗 Explore similar color palettes
Whimsical Daydreams color palette created on .