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: #ecf2b6;
}
.color-3 {
color: #cde972;
}
.color-4 {
color: #bde03e;
}
.color-5 {
color: #a2bf22;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ecf2b6;
--color-3: #cde972;
--color-4: #bde03e;
--color-5: #a2bf22;
}

Whispers of Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ecf2b6, #cde972, #bde03e, #a2bf22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ecf2b6, #cde972, #bde03e, #a2bf22);
}

Whispers of Nature color palette created on .