Dandy's World Color Palette
Discover the beautiful Dandy's World color palette featuring cherokee (#fbdc9d), banana mania (#fce1b6), double pearl lusta (#fcf2cf), link water (#ceebf3) and sail (#a8def5).
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 Dandy's World palette
💻 Dandy's World color palette CSS
/* CSS */
.color-1 {
color: #fbdc9d;
}
.color-2 {
color: #fce1b6;
}
.color-3 {
color: #fcf2cf;
}
.color-4 {
color: #ceebf3;
}
.color-5 {
color: #a8def5;
}
/* CSS Variables */
:root {
--color-1: #fbdc9d;
--color-2: #fce1b6;
--color-3: #fcf2cf;
--color-4: #ceebf3;
--color-5: #a8def5;
}
🌈 Dandy's World background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbdc9d, #fce1b6, #fcf2cf, #ceebf3, #a8def5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbdc9d, #fce1b6, #fcf2cf, #ceebf3, #a8def5);
}
🔗 Explore similar color palettes
Dandy's World color palette created on .