Dreamy Glitch Garden Color Palette
Discover the beautiful Dreamy Glitch Garden color palette featuring chantilly (#f6b6d4), regent st blue (#a3c2e1), caper (#d7e9aa), sidecar (#f6f2c1) and illusion (#f2a1c7).
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 Dreamy Glitch Garden palette
💻 Dreamy Glitch Garden color palette CSS
/* CSS */
.color-1 {
color: #f6b6d4;
}
.color-2 {
color: #a3c2e1;
}
.color-3 {
color: #d7e9aa;
}
.color-4 {
color: #f6f2c1;
}
.color-5 {
color: #f2a1c7;
}
/* CSS Variables */
:root {
--color-1: #f6b6d4;
--color-2: #a3c2e1;
--color-3: #d7e9aa;
--color-4: #f6f2c1;
--color-5: #f2a1c7;
} 🌈 Dreamy Glitch Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6d4, #a3c2e1, #d7e9aa, #f6f2c1, #f2a1c7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6d4, #a3c2e1, #d7e9aa, #f6f2c1, #f2a1c7);
} 🔗 Explore similar color palettes
Dreamy Glitch Garden color palette created on .