Aspen Color Palette

Discover the beautiful Aspen color palette featuring tahuna sands (#e2f0c6), granny smith apple (#bfe59f), moss green (#a3d69e), de york (#7cc091) and ocean green (#4da87d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Forest, Green, Light, Modern, Nature, Soft, Spring, Summer 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 Aspen palette

Share this palette to:

💻 Aspen color palette CSS

/* CSS */
.color-1 {
color: #e2f0c6;
}
.color-2 {
color: #bfe59f;
}
.color-3 {
color: #a3d69e;
}
.color-4 {
color: #7cc091;
}
.color-5 {
color: #4da87d;
}

/* CSS Variables */
:root {
--color-1: #e2f0c6;
--color-2: #bfe59f;
--color-3: #a3d69e;
--color-4: #7cc091;
--color-5: #4da87d;
}

🌈 Aspen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f0c6, #bfe59f, #a3d69e, #7cc091, #4da87d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f0c6, #bfe59f, #a3d69e, #7cc091, #4da87d);
}

Aspen color palette created on .