Kawaii Dream Color Palette
Discover the beautiful Kawaii Dream color palette featuring cotton candy (#ffb3e5), lavender rose (#ff9eff), blush pink (#ff75ff), pink flamingo (#ff5cff) and heliotrope (#d77aff).
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 Kawaii Dream palette
💻 Kawaii Dream color palette CSS
/* CSS */
.color-1 {
color: #ffb3e5;
}
.color-2 {
color: #ff9eff;
}
.color-3 {
color: #ff75ff;
}
.color-4 {
color: #ff5cff;
}
.color-5 {
color: #d77aff;
}
/* CSS Variables */
:root {
--color-1: #ffb3e5;
--color-2: #ff9eff;
--color-3: #ff75ff;
--color-4: #ff5cff;
--color-5: #d77aff;
} 🌈 Kawaii Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e5, #ff9eff, #ff75ff, #ff5cff, #d77aff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e5, #ff9eff, #ff75ff, #ff5cff, #d77aff);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Kawaii Dream color palette created on .