Tsareena Color Palette

Discover the beautiful Tsareena color palette featuring lavender purple (#b284b8), azalea (#f2b1d3), flesh (#ffc29e), california (#ff9900) and grenadier (#db5000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Pink, Purple, Royal, 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 Tsareena palette

Share this palette to:

💻 Tsareena color palette CSS

/* CSS */
.color-1 {
color: #b284b8;
}
.color-2 {
color: #f2b1d3;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #db5000;
}

/* CSS Variables */
:root {
--color-1: #b284b8;
--color-2: #f2b1d3;
--color-3: #ffc29e;
--color-4: #ff9900;
--color-5: #db5000;
}

🌈 Tsareena background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b284b8, #f2b1d3, #ffc29e, #ff9900, #db5000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b284b8, #f2b1d3, #ffc29e, #ff9900, #db5000);
}

Tsareena color palette created on .