Whispers of Serene Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serene Earth palette

Share this palette to:

Whispers of Serene Earth color palette CSS

/* CSS */
.color-1 {
color: #faf8f4;
}
.color-2 {
color: #f5e6d6;
}
.color-3 {
color: #eadbcc;
}
.color-4 {
color: #b3a79e;
}
.color-5 {
color: #756d6c;
}

/* CSS Variables */
:root {
--color-1: #faf8f4;
--color-2: #f5e6d6;
--color-3: #eadbcc;
--color-4: #b3a79e;
--color-5: #756d6c;
}

Whispers of Serene Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf8f4, #f5e6d6, #eadbcc, #b3a79e, #756d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf8f4, #f5e6d6, #eadbcc, #b3a79e, #756d6c);
}

Similar color palettes

Whispers of Serene Earth color palette created on .