Sakura Sunset Harmony Color Palette
Discover the beautiful Sakura Sunset Harmony color palette featuring fair pink (#fff0ec), pastel pink (#ffc6e8), cotton candy (#ffb3e8), lavender rose (#ffa0ed) and heliotrope (#9c7dff).
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 Sakura Sunset Harmony palette
💻 Sakura Sunset Harmony color palette CSS
/* CSS */
.color-1 {
color: #fff0ec;
}
.color-2 {
color: #ffc6e8;
}
.color-3 {
color: #ffb3e8;
}
.color-4 {
color: #ffa0ed;
}
.color-5 {
color: #9c7dff;
}
/* CSS Variables */
:root {
--color-1: #fff0ec;
--color-2: #ffc6e8;
--color-3: #ffb3e8;
--color-4: #ffa0ed;
--color-5: #9c7dff;
} 🌈 Sakura Sunset Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff0ec, #ffc6e8, #ffb3e8, #ffa0ed, #9c7dff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff0ec, #ffc6e8, #ffb3e8, #ffa0ed, #9c7dff);
} 🔗 Explore similar color palettes
Sakura Sunset Harmony color palette created on .