Cosmo Dandy's World Color Palette
Discover the beautiful Cosmo Dandy's World color palette featuring wisteria (#a45eb5), illusion (#f1a7d3), givry (#f7e6c5), fringy flower (#bae3ca) and kashmir blue (#4e5c8d).
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 Cosmo Dandy's World palette
💻 Cosmo Dandy's World color palette CSS
/* CSS */
.color-1 {
color: #a45eb5;
}
.color-2 {
color: #f1a7d3;
}
.color-3 {
color: #f7e6c5;
}
.color-4 {
color: #bae3ca;
}
.color-5 {
color: #4e5c8d;
}
/* CSS Variables */
:root {
--color-1: #a45eb5;
--color-2: #f1a7d3;
--color-3: #f7e6c5;
--color-4: #bae3ca;
--color-5: #4e5c8d;
} 🌈 Cosmo Dandy's World background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45eb5, #f1a7d3, #f7e6c5, #bae3ca, #4e5c8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45eb5, #f1a7d3, #f7e6c5, #bae3ca, #4e5c8d);
} 🔗 Explore similar color palettes
Cosmo Dandy's World color palette created on .