Yami Color Palette

Discover the beautiful Yami color palette featuring mirage (#1b1a2d), martinique (#3a2e5c), affair (#6e4b8b), deep blush (#e66b9e) and yellow orange (#ffb83d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Deep, Elegant, Feminine, Magenta, Purple, Sun, Yellow 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 Yami palette

Share this palette to:

💻 Yami color palette CSS

/* CSS */
.color-1 {
color: #1b1a2d;
}
.color-2 {
color: #3a2e5c;
}
.color-3 {
color: #6e4b8b;
}
.color-4 {
color: #e66b9e;
}
.color-5 {
color: #ffb83d;
}

/* CSS Variables */
:root {
--color-1: #1b1a2d;
--color-2: #3a2e5c;
--color-3: #6e4b8b;
--color-4: #e66b9e;
--color-5: #ffb83d;
}

🌈 Yami background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1a2d, #3a2e5c, #6e4b8b, #e66b9e, #ffb83d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1a2d, #3a2e5c, #6e4b8b, #e66b9e, #ffb83d);
}

Yami color palette created on .