Kawaii Harajuku Color Palette
Discover the beautiful Kawaii Harajuku color palette featuring pig pink (#fed9ec), french pass (#cce6fd), white (#ffffff), pastel pink (#ffd0da) and pink (#ffbac3).
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 Harajuku palette
💻 Kawaii Harajuku color palette CSS
/* CSS */
.color-1 {
color: #fed9ec;
}
.color-2 {
color: #cce6fd;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ffd0da;
}
.color-5 {
color: #ffbac3;
}
/* CSS Variables */
:root {
--color-1: #fed9ec;
--color-2: #cce6fd;
--color-3: #ffffff;
--color-4: #ffd0da;
--color-5: #ffbac3;
} 🌈 Kawaii Harajuku background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed9ec, #cce6fd, #ffffff, #ffd0da, #ffbac3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed9ec, #cce6fd, #ffffff, #ffd0da, #ffbac3);
} 🔗 Explore similar color palettes
Kawaii Harajuku color palette created on .