Snake Color Palette
Discover the beautiful Snake color palette featuring swamp green (#a2c28e), bay leaf (#7db082), fruit salad (#4d9d78), viridian (#3c7c6c) and spectra (#2a5b59).
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 Snake palette
💻 Snake color palette CSS
/* CSS */
.color-1 {
color: #a2c28e;
}
.color-2 {
color: #7db082;
}
.color-3 {
color: #4d9d78;
}
.color-4 {
color: #3c7c6c;
}
.color-5 {
color: #2a5b59;
}
/* CSS Variables */
:root {
--color-1: #a2c28e;
--color-2: #7db082;
--color-3: #4d9d78;
--color-4: #3c7c6c;
--color-5: #2a5b59;
}
🌈 Snake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c28e, #7db082, #4d9d78, #3c7c6c, #2a5b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c28e, #7db082, #4d9d78, #3c7c6c, #2a5b59);
}
🔗 Explore similar color palettes
Snake color palette created on .