Sanemi Shinazugawa Color Palette
Discover the beautiful Sanemi Shinazugawa color palette featuring charade (#2b2d3b), comet (#4f4f78), waterloo (#7b7b9d), cadet blue (#a8a8c2) and snuff (#d4d4e8).
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 Sanemi Shinazugawa palette
💻 Sanemi Shinazugawa color palette CSS
/* CSS */
.color-1 {
color: #2b2d3b;
}
.color-2 {
color: #4f4f78;
}
.color-3 {
color: #7b7b9d;
}
.color-4 {
color: #a8a8c2;
}
.color-5 {
color: #d4d4e8;
}
/* CSS Variables */
:root {
--color-1: #2b2d3b;
--color-2: #4f4f78;
--color-3: #7b7b9d;
--color-4: #a8a8c2;
--color-5: #d4d4e8;
} 🌈 Sanemi Shinazugawa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2d3b, #4f4f78, #7b7b9d, #a8a8c2, #d4d4e8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2d3b, #4f4f78, #7b7b9d, #a8a8c2, #d4d4e8);
} 🔗 Explore similar color palettes
Sanemi Shinazugawa color palette created on .