Kyoko Kirigiri Color Palette
Discover the beautiful Kyoko Kirigiri color palette featuring snuff (#d6c9e3), light wisteria (#c0a5d9), purple mountain's majesty (#a87dba), affair (#7b4e8d) and jacarta (#4b2a6a).
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 Kyoko Kirigiri palette
💻 Kyoko Kirigiri color palette CSS
/* CSS */
.color-1 {
color: #d6c9e3;
}
.color-2 {
color: #c0a5d9;
}
.color-3 {
color: #a87dba;
}
.color-4 {
color: #7b4e8d;
}
.color-5 {
color: #4b2a6a;
}
/* CSS Variables */
:root {
--color-1: #d6c9e3;
--color-2: #c0a5d9;
--color-3: #a87dba;
--color-4: #7b4e8d;
--color-5: #4b2a6a;
} 🌈 Kyoko Kirigiri background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c9e3, #c0a5d9, #a87dba, #7b4e8d, #4b2a6a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c9e3, #c0a5d9, #a87dba, #7b4e8d, #4b2a6a);
} 🔗 Explore similar color palettes
Kyoko Kirigiri color palette created on .