Apohomolotower Color Palette

Discover the beautiful Apohomolotower color palette featuring perfume (#d4a6f2), dull lavender (#b38ae5), true v (#7e5ad3), purple heart (#4b2cc9) and navy blue (#1a008f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Lavender, Modern, Purple, Summer, Vibrant, Y2k 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 Apohomolotower palette

Share this palette to:

💻 Apohomolotower color palette CSS

/* CSS */
.color-1 {
color: #d4a6f2;
}
.color-2 {
color: #b38ae5;
}
.color-3 {
color: #7e5ad3;
}
.color-4 {
color: #4b2cc9;
}
.color-5 {
color: #1a008f;
}

/* CSS Variables */
:root {
--color-1: #d4a6f2;
--color-2: #b38ae5;
--color-3: #7e5ad3;
--color-4: #4b2cc9;
--color-5: #1a008f;
}

🌈 Apohomolotower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a6f2, #b38ae5, #7e5ad3, #4b2cc9, #1a008f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a6f2, #b38ae5, #7e5ad3, #4b2cc9, #1a008f);
}

Apohomolotower color palette created on .