Academia Color Palette

Discover the beautiful Academia color palette featuring victoria (#5c3f8d), scampi (#695b9a), london hue (#b0a2c3), anzac (#dfb234) and punch (#d93920).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDeep, Deep Autumn, Plum, Gold, Vibrant, Scholarly, Royal, Red 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 Academia palette

Share this palette to:

💻 Academia color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #695b9a;
}
.color-3 {
color: #b0a2c3;
}
.color-4 {
color: #dfb234;
}
.color-5 {
color: #d93920;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #695b9a;
--color-3: #b0a2c3;
--color-4: #dfb234;
--color-5: #d93920;
}

🌈 Academia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #695b9a, #b0a2c3, #dfb234, #d93920);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #695b9a, #b0a2c3, #dfb234, #d93920);
}

Academia color palette created on .