Chalet Green Color Palette
Discover the beautiful Chalet Green color palette featuring spring rain (#a6c9b5), envy (#8daa8d), spring leaves (#5f8c6e), killarney (#416c56) and stromboli (#2e4d3b).
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 Chalet Green palette
💻 Chalet Green color palette CSS
/* CSS */
.color-1 {
color: #a6c9b5;
}
.color-2 {
color: #8daa8d;
}
.color-3 {
color: #5f8c6e;
}
.color-4 {
color: #416c56;
}
.color-5 {
color: #2e4d3b;
}
/* CSS Variables */
:root {
--color-1: #a6c9b5;
--color-2: #8daa8d;
--color-3: #5f8c6e;
--color-4: #416c56;
--color-5: #2e4d3b;
} 🌈 Chalet Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9b5, #8daa8d, #5f8c6e, #416c56, #2e4d3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9b5, #8daa8d, #5f8c6e, #416c56, #2e4d3b);
} 🔗 Explore similar color palettes
Chalet Green color palette created on .