Terra Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terra Glow palette
Terra Glow color palette CSS
/* CSS */
.color-1 {
color: #4b3c2f;
}
.color-2 {
color: #7a5b4d;
}
.color-3 {
color: #b3896b;
}
.color-4 {
color: #e4b55e;
}
.color-5 {
color: #f7d259;
}
/* CSS Variables */
:root {
--color-1: #4b3c2f;
--color-2: #7a5b4d;
--color-3: #b3896b;
--color-4: #e4b55e;
--color-5: #f7d259;
}
Terra Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2f, #7a5b4d, #b3896b, #e4b55e, #f7d259);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2f, #7a5b4d, #b3896b, #e4b55e, #f7d259);
}
Similar color palettes
Terra Glow color palette created on .