Chill Green Color Palette
Discover the beautiful Chill Green color palette featuring apple (#5b8c3b), spring rain (#a9caa0), surf crest (#d0e6d5), pancho (#e8caa1) and millbrook (#694b3a).
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 Chill Green palette
💻 Chill Green color palette CSS
/* CSS */
.color-1 {
color: #5b8c3b;
}
.color-2 {
color: #a9caa0;
}
.color-3 {
color: #d0e6d5;
}
.color-4 {
color: #e8caa1;
}
.color-5 {
color: #694b3a;
}
/* CSS Variables */
:root {
--color-1: #5b8c3b;
--color-2: #a9caa0;
--color-3: #d0e6d5;
--color-4: #e8caa1;
--color-5: #694b3a;
} 🌈 Chill Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8c3b, #a9caa0, #d0e6d5, #e8caa1, #694b3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8c3b, #a9caa0, #d0e6d5, #e8caa1, #694b3a);
} 🔗 Explore similar color palettes
Chill Green color palette created on .