Earthy Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Whispers palette
Color Inspiration
Images that showcase this color palette in real designs
Download Earthy Whispers Color Palette (PNG)
Earthy Whispers color palette CSS
/* CSS */
.color-1 {
color: #feb043;
}
.color-2 {
color: #5c1d00;
}
.color-3 {
color: #c54602;
}
.color-4 {
color: #fb7b18;
}
.color-5 {
color: #9d3201;
}
/* CSS Variables */
:root {
--color-1: #feb043;
--color-2: #5c1d00;
--color-3: #c54602;
--color-4: #fb7b18;
--color-5: #9d3201;
}
Earthy Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feb043, #5c1d00, #c54602, #fb7b18, #9d3201);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feb043, #5c1d00, #c54602, #fb7b18, #9d3201);
}
Similar color palettes
Earthy Whispers color palette created on .