Earthy Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Rainbow palette
Earthy Rainbow color palette PNG image
Earthy Rainbow color palette CSS
/* CSS */
.color-1 {
color: #8b4b88;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e0d3b2;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #4aaec4;
}
/* CSS Variables */
:root {
--color-1: #8b4b88;
--color-2: #f5a524;
--color-3: #e0d3b2;
--color-4: #7fd959;
--color-5: #4aaec4;
}
Earthy Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4b88, #f5a524, #e0d3b2, #7fd959, #4aaec4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4b88, #f5a524, #e0d3b2, #7fd959, #4aaec4);
}
Similar color palettes
Scroll down to explore 1 Earthy color palette
Earthy Rainbow color palette created on .