Whispers of Nature Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Nature palette

Share this palette to:

Whispers of Nature color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d0cbb3;
}
.color-3 {
color: #9fa795;
}
.color-4 {
color: #c79b60;
}
.color-5 {
color: #6f9088;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d0cbb3;
--color-3: #9fa795;
--color-4: #c79b60;
--color-5: #6f9088;
}

Whispers of Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d0cbb3, #9fa795, #c79b60, #6f9088);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d0cbb3, #9fa795, #c79b60, #6f9088);
}

Whispers of Nature color palette created on .