Powerful Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Powerful Earth palette
Powerful Earth color palette PNG image
Powerful Earth color palette CSS
/* CSS */
.color-1 {
color: #1c0707;
}
.color-2 {
color: #260808;
}
.color-3 {
color: #3a0d0e;
}
.color-4 {
color: #491214;
}
.color-5 {
color: #59181a;
}
/* CSS Variables */
:root {
--color-1: #1c0707;
--color-2: #260808;
--color-3: #3a0d0e;
--color-4: #491214;
--color-5: #59181a;
}
Powerful Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c0707, #260808, #3a0d0e, #491214, #59181a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c0707, #260808, #3a0d0e, #491214, #59181a);
}
Similar color palettes
Powerful Earth color palette created on .