Kirin Color Palette

Discover the beautiful Kirin color palette featuring wheat (#f3e4aa), cashmere (#e1b5a3), can can (#d59a9b), turkish rose (#a9708a) and affair (#6e4e8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Pink, Coral, Burgundy, Vibrant, Soft, Summer, Bright 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 Kirin palette

Share this palette to:

💻 Kirin color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e1b5a3;
}
.color-3 {
color: #d59a9b;
}
.color-4 {
color: #a9708a;
}
.color-5 {
color: #6e4e8d;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e1b5a3;
--color-3: #d59a9b;
--color-4: #a9708a;
--color-5: #6e4e8d;
}

🌈 Kirin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e1b5a3, #d59a9b, #a9708a, #6e4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e1b5a3, #d59a9b, #a9708a, #6e4e8d);
}

Kirin color palette created on .