Light Academia Color Palette

Discover the beautiful Light Academia color palette featuring chamois (#e9d3a5), rodeo dust (#c6b89a), donkey brown (#a48e79), coffee (#7b6b56) and kabul (#5a4c3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Brown, Cream, Elegant, Ivory, Light, Neutral, Soft, Warm 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 Light Academia palette

Share this palette to:

💻 Light Academia color palette CSS

/* CSS */
.color-1 {
color: #e9d3a5;
}
.color-2 {
color: #c6b89a;
}
.color-3 {
color: #a48e79;
}
.color-4 {
color: #7b6b56;
}
.color-5 {
color: #5a4c3a;
}

/* CSS Variables */
:root {
--color-1: #e9d3a5;
--color-2: #c6b89a;
--color-3: #a48e79;
--color-4: #7b6b56;
--color-5: #5a4c3a;
}

🌈 Light Academia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3a5, #c6b89a, #a48e79, #7b6b56, #5a4c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3a5, #c6b89a, #a48e79, #7b6b56, #5a4c3a);
}

Light Academia color palette created on .