Anime Dream Color Palette
Discover the beautiful Anime Dream color palette featuring pink (#ffc2cf), cotton candy (#ffb3e4), french pass (#b3eeff), mint green (#b1ff8a) and goldenrod (#ffda6b).
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 Anime Dream palette
💻 Anime Dream color palette CSS
/* CSS */
.color-1 {
color: #ffc2cf;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #b3eeff;
}
.color-4 {
color: #b1ff8a;
}
.color-5 {
color: #ffda6b;
}
/* CSS Variables */
:root {
--color-1: #ffc2cf;
--color-2: #ffb3e4;
--color-3: #b3eeff;
--color-4: #b1ff8a;
--color-5: #ffda6b;
}
🌈 Anime Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cf, #ffb3e4, #b3eeff, #b1ff8a, #ffda6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cf, #ffb3e4, #b3eeff, #b1ff8a, #ffda6b);
}
🔗 Explore similar color palettes
Anime Dream color palette created on .