Whimsical Afternoon Tea Color Palette
Discover the beautiful Whimsical Afternoon Tea color palette featuring picasso (#ffec99), maize (#f6d9a7), rose bud (#f9b19f), wewak (#f0a3b7) and light orchid (#e5a9d6).
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 Afternoon Tea palette
💻 Whimsical Afternoon Tea color palette CSS
/* CSS */
.color-1 {
color: #ffec99;
}
.color-2 {
color: #f6d9a7;
}
.color-3 {
color: #f9b19f;
}
.color-4 {
color: #f0a3b7;
}
.color-5 {
color: #e5a9d6;
}
/* CSS Variables */
:root {
--color-1: #ffec99;
--color-2: #f6d9a7;
--color-3: #f9b19f;
--color-4: #f0a3b7;
--color-5: #e5a9d6;
} 🌈 Whimsical Afternoon Tea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffec99, #f6d9a7, #f9b19f, #f0a3b7, #e5a9d6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffec99, #f6d9a7, #f9b19f, #f0a3b7, #e5a9d6);
} 🔗 Explore similar color palettes
Whimsical Afternoon Tea color palette created on .