Minimal Aesthetic Color Palette

Discover the beautiful Minimal Aesthetic color palette featuring ship cove (#7a9cbd), loblolly (#b9c5cb), vanilla (#d1b39f), fire bush (#e58c38) and judge gray (#5b4b39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Gray, Minimalist, Orange, 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 Minimal Aesthetic palette

Share this palette to:

💻 Minimal Aesthetic color palette CSS

/* CSS */
.color-1 {
color: #7a9cbd;
}
.color-2 {
color: #b9c5cb;
}
.color-3 {
color: #d1b39f;
}
.color-4 {
color: #e58c38;
}
.color-5 {
color: #5b4b39;
}

/* CSS Variables */
:root {
--color-1: #7a9cbd;
--color-2: #b9c5cb;
--color-3: #d1b39f;
--color-4: #e58c38;
--color-5: #5b4b39;
}

🌈 Minimal Aesthetic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9cbd, #b9c5cb, #d1b39f, #e58c38, #5b4b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9cbd, #b9c5cb, #d1b39f, #e58c38, #5b4b39);
}

Minimal Aesthetic color palette created on .