Koji Hirose Color Palette

Discover the beautiful Koji Hirose color palette featuring hot pink (#ff6eaf), biloba flower (#cab4ed), cotton candy (#ffc2ec), dark blue (#3e05cc) and dodger blue (#2c8af2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Feminine, Lavender, Modern, Pastel, Pink, Soft, Vibrant 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 Koji Hirose palette

Share this palette to:

💻 Koji Hirose color palette CSS

/* CSS */
.color-1 {
color: #ff6eaf;
}
.color-2 {
color: #cab4ed;
}
.color-3 {
color: #ffc2ec;
}
.color-4 {
color: #3e05cc;
}
.color-5 {
color: #2c8af2;
}

/* CSS Variables */
:root {
--color-1: #ff6eaf;
--color-2: #cab4ed;
--color-3: #ffc2ec;
--color-4: #3e05cc;
--color-5: #2c8af2;
}

🌈 Koji Hirose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6eaf, #cab4ed, #ffc2ec, #3e05cc, #2c8af2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6eaf, #cab4ed, #ffc2ec, #3e05cc, #2c8af2);
}

Koji Hirose color palette created on .