Ari Color Palette

Discover the beautiful Ari color palette featuring biloba flower (#d5a1e8), azalea (#f8c4d2), marzipan (#f9e39a), riptide (#8de2e0) and rose fog (#e4b4af).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Pink, Purple, Tropical, Bright, Light, Fun, Summer, Cream, Coral 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 Ari palette

Share this palette to:

💻 Ari color palette CSS

/* CSS */
.color-1 {
color: #d5a1e8;
}
.color-2 {
color: #f8c4d2;
}
.color-3 {
color: #f9e39a;
}
.color-4 {
color: #8de2e0;
}
.color-5 {
color: #e4b4af;
}

/* CSS Variables */
:root {
--color-1: #d5a1e8;
--color-2: #f8c4d2;
--color-3: #f9e39a;
--color-4: #8de2e0;
--color-5: #e4b4af;
}

🌈 Ari background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a1e8, #f8c4d2, #f9e39a, #8de2e0, #e4b4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a1e8, #f8c4d2, #f9e39a, #8de2e0, #e4b4af);
}

Ari color palette created on .