Whispers of Serene Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Serene Earth palette
Whispers of Serene Earth color palette CSS
/* CSS */
.color-1 {
color: #fcfae9;
}
.color-2 {
color: #f1f3f2;
}
.color-3 {
color: #dddfdd;
}
.color-4 {
color: #f3d3af;
}
.color-5 {
color: #bdc1bf;
}
/* CSS Variables */
:root {
--color-1: #fcfae9;
--color-2: #f1f3f2;
--color-3: #dddfdd;
--color-4: #f3d3af;
--color-5: #bdc1bf;
}
Whispers of Serene Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfae9, #f1f3f2, #dddfdd, #f3d3af, #bdc1bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfae9, #f1f3f2, #dddfdd, #f3d3af, #bdc1bf);
}
Similar color palettes
Whispers of Serene Earth color palette created on .