Kafka Honkai Star Rail Color Palette

Discover the beautiful Kafka Honkai Star Rail color palette featuring jacarta (#4b2c6d), cannon pink (#883f7a), cabaret (#d5536b), buttercup (#f5a524) and golden dream (#f2d13a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Pink, Red, Yellow, Gold, Bright, Space color palettes and combinations.

💡 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 Kafka Honkai Star Rail palette

Share this palette to:

💻 Kafka Honkai Star Rail color palette CSS

/* CSS */
.color-1 {
color: #4b2c6d;
}
.color-2 {
color: #883f7a;
}
.color-3 {
color: #d5536b;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f2d13a;
}

/* CSS Variables */
:root {
--color-1: #4b2c6d;
--color-2: #883f7a;
--color-3: #d5536b;
--color-4: #f5a524;
--color-5: #f2d13a;
}

🌈 Kafka Honkai Star Rail background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c6d, #883f7a, #d5536b, #f5a524, #f2d13a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c6d, #883f7a, #d5536b, #f5a524, #f2d13a);
}

Kafka Honkai Star Rail color palette created on .