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
💡 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
💻 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);
} 🔗 Explore similar color palettes
Aspen color palette created on .