Luminous Wetlands Color Palette
Discover the beautiful Luminous Wetlands color palette featuring axolotl (#4d6548), shadow green (#a4c6b8), parchment (#f2e6d4), selective yellow (#fab700) and punch (#d34c27).
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 Luminous Wetlands palette
💻 Luminous Wetlands color palette CSS
/* CSS */
.color-1 {
color: #4d6548;
}
.color-2 {
color: #a4c6b8;
}
.color-3 {
color: #f2e6d4;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #d34c27;
}
/* CSS Variables */
:root {
--color-1: #4d6548;
--color-2: #a4c6b8;
--color-3: #f2e6d4;
--color-4: #fab700;
--color-5: #d34c27;
}
🌈 Luminous Wetlands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6548, #a4c6b8, #f2e6d4, #fab700, #d34c27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6548, #a4c6b8, #f2e6d4, #fab700, #d34c27);
}
🔗 Explore similar color palettes
Luminous Wetlands color palette created on .