Dandy's World Color Palette
Discover the beautiful Dandy's World color palette featuring my pink (#d5a28b), manhattan (#f3c4a5), sidecar (#f5e2c2), moss green (#b7e1b7) and regent st blue (#a2c8e7).
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: #d5a28b;
}
.color-2 {
color: #f3c4a5;
}
.color-3 {
color: #f5e2c2;
}
.color-4 {
color: #b7e1b7;
}
.color-5 {
color: #a2c8e7;
}
/* CSS Variables */
:root {
--color-1: #d5a28b;
--color-2: #f3c4a5;
--color-3: #f5e2c2;
--color-4: #b7e1b7;
--color-5: #a2c8e7;
}
🌈 Dandy's World background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a28b, #f3c4a5, #f5e2c2, #b7e1b7, #a2c8e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a28b, #f3c4a5, #f5e2c2, #b7e1b7, #a2c8e7);
}
🔗 Explore similar color palettes
Dandy's World color palette created on .