Tenshi Kaiwai Color Palette

Discover the beautiful Tenshi Kaiwai color palette featuring sundown (#ffb3c1), tickle me pink (#ff7092), radical red (#ff3d5a), razzmatazz (#d6006f) and fresh eggplant (#990054).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pink, Summer, 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 Tenshi Kaiwai palette

Share this palette to:

💻 Tenshi Kaiwai color palette CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #990054;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff7092;
--color-3: #ff3d5a;
--color-4: #d6006f;
--color-5: #990054;
}

🌈 Tenshi Kaiwai background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff7092, #ff3d5a, #d6006f, #990054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff7092, #ff3d5a, #d6006f, #990054);
}

Tenshi Kaiwai color palette created on .