Whimsical Webs Color Palette
Discover the beautiful Whimsical Webs color palette featuring perfume (#e6b1f6), illusion (#f7a2d0), apricot peach (#f9c5a9), wheat (#f4deb4) and celadon (#c7e6b7).
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 Webs palette
💻 Whimsical Webs color palette CSS
/* CSS */
.color-1 {
color: #e6b1f6;
}
.color-2 {
color: #f7a2d0;
}
.color-3 {
color: #f9c5a9;
}
.color-4 {
color: #f4deb4;
}
.color-5 {
color: #c7e6b7;
}
/* CSS Variables */
:root {
--color-1: #e6b1f6;
--color-2: #f7a2d0;
--color-3: #f9c5a9;
--color-4: #f4deb4;
--color-5: #c7e6b7;
} 🌈 Whimsical Webs background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b1f6, #f7a2d0, #f9c5a9, #f4deb4, #c7e6b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b1f6, #f7a2d0, #f9c5a9, #f4deb4, #c7e6b7);
} 🔗 Explore similar color palettes
Whimsical Webs color palette created on .