Luminous Terra Color Palette
Discover the beautiful Luminous Terra color palette featuring corn (#d6b300), wasabi (#809d2a), hippie green (#49744c), casal (#2e5c6b) and cello (#1d3e59).
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 Terra palette
๐ป Luminous Terra color palette CSS
/* CSS */
.color-1 {
color: #d6b300;
}
.color-2 {
color: #809d2a;
}
.color-3 {
color: #49744c;
}
.color-4 {
color: #2e5c6b;
}
.color-5 {
color: #1d3e59;
}
/* CSS Variables */
:root {
--color-1: #d6b300;
--color-2: #809d2a;
--color-3: #49744c;
--color-4: #2e5c6b;
--color-5: #1d3e59;
} ๐ Luminous Terra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b300, #809d2a, #49744c, #2e5c6b, #1d3e59);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b300, #809d2a, #49744c, #2e5c6b, #1d3e59);
} ๐ Explore similar color palettes
Luminous Terra color palette created on .