Tenma Tsukasa Color Palette

Discover the beautiful Tenma Tsukasa color palette featuring cornflower (#89b8e1), east bay (#3e5c89), light wisteria (#c4a4e0), azalea (#f4b8d1) and casablanca (#f7c94b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Lavender, Pink, Yellow, Bright, Soft, Aqua, Cream, Violet 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 Tenma Tsukasa palette

Share this palette to:

💻 Tenma Tsukasa color palette CSS

/* CSS */
.color-1 {
color: #89b8e1;
}
.color-2 {
color: #3e5c89;
}
.color-3 {
color: #c4a4e0;
}
.color-4 {
color: #f4b8d1;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #89b8e1;
--color-2: #3e5c89;
--color-3: #c4a4e0;
--color-4: #f4b8d1;
--color-5: #f7c94b;
}

🌈 Tenma Tsukasa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89b8e1, #3e5c89, #c4a4e0, #f4b8d1, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89b8e1, #3e5c89, #c4a4e0, #f4b8d1, #f7c94b);
}

Tenma Tsukasa color palette created on .