Elegant Aesthetic Color Palette

Discover the beautiful Elegant Aesthetic color palette featuring manhattan (#f5c99e), whiskey (#d5a26d), limed oak (#ae8b56), shadow (#7f6c48) and kelp (#4a4c3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Aesthetic, Beige, Earthy, Soft, Modern, Warm, Neutral, Autumn, Light 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 Elegant Aesthetic palette

Share this palette to:

💻 Elegant Aesthetic color palette CSS

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #d5a26d;
}
.color-3 {
color: #ae8b56;
}
.color-4 {
color: #7f6c48;
}
.color-5 {
color: #4a4c3d;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #d5a26d;
--color-3: #ae8b56;
--color-4: #7f6c48;
--color-5: #4a4c3d;
}

🌈 Elegant Aesthetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #d5a26d, #ae8b56, #7f6c48, #4a4c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #d5a26d, #ae8b56, #7f6c48, #4a4c3d);
}

Elegant Aesthetic color palette created on .