Komugi Blossom Color Palette
Discover the beautiful Komugi Blossom color palette featuring sandwisp (#f7e6a1), porsche (#e6b85c), raw sienna (#d68a3d), contessa (#bf637d) and strikemaster (#a36c8e).
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 Komugi Blossom palette
💻 Komugi Blossom color palette CSS
/* CSS */
.color-1 {
color: #f7e6a1;
}
.color-2 {
color: #e6b85c;
}
.color-3 {
color: #d68a3d;
}
.color-4 {
color: #bf637d;
}
.color-5 {
color: #a36c8e;
}
/* CSS Variables */
:root {
--color-1: #f7e6a1;
--color-2: #e6b85c;
--color-3: #d68a3d;
--color-4: #bf637d;
--color-5: #a36c8e;
} 🌈 Komugi Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a1, #e6b85c, #d68a3d, #bf637d, #a36c8e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a1, #e6b85c, #d68a3d, #bf637d, #a36c8e);
} 🔗 Explore similar color palettes
Komugi Blossom color palette created on .