Great Old One Color Palette

Discover the beautiful Great Old One color palette featuring loulou (#3a0e39), finn (#5e2b5b), cannon pink (#8c4a88), viola (#c478b6) and azalea (#f2bad8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Cosmic, Dark, Deep, Pink, Purple 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 Great Old One palette

Share this palette to:

💻 Great Old One color palette CSS

/* CSS */
.color-1 {
color: #3a0e39;
}
.color-2 {
color: #5e2b5b;
}
.color-3 {
color: #8c4a88;
}
.color-4 {
color: #c478b6;
}
.color-5 {
color: #f2bad8;
}

/* CSS Variables */
:root {
--color-1: #3a0e39;
--color-2: #5e2b5b;
--color-3: #8c4a88;
--color-4: #c478b6;
--color-5: #f2bad8;
}

🌈 Great Old One background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a0e39, #5e2b5b, #8c4a88, #c478b6, #f2bad8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a0e39, #5e2b5b, #8c4a88, #c478b6, #f2bad8);
}

Great Old One color palette created on .