Discover the beautiful Green Scout color palette featuring chateau green (#3c905f), acapulco (#78b59d), granny smith apple (#b7e2a1), sandwisp (#f3f7b1) and apricot peach (#f9d3b4).
Green Scout Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Green Scout palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Green Scout palette
💻 Green Scout color palette CSS
/* CSS */
.color-1 {
color: #3c905f;
}
.color-2 {
color: #78b59d;
}
.color-3 {
color: #b7e2a1;
}
.color-4 {
color: #f3f7b1;
}
.color-5 {
color: #f9d3b4;
}
/* CSS Variables */
:root {
--color-1: #3c905f;
--color-2: #78b59d;
--color-3: #b7e2a1;
--color-4: #f3f7b1;
--color-5: #f9d3b4;
}
🌈 Green Scout background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c905f, #78b59d, #b7e2a1, #f3f7b1, #f9d3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c905f, #78b59d, #b7e2a1, #f3f7b1, #f9d3b4);
}
🔗 Explore similar color palettes
Green Scout color palette created on .