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: #1a4231;
}
.color-2 {
color: #95d5b2;
}
.color-3 {
color: #f6f6f4;
}
.color-4 {
color: #ddb892;
}
.color-5 {
color: #2c7da0;
}

/* CSS Variables */
:root {
--color-1: #1a4231;
--color-2: #95d5b2;
--color-3: #f6f6f4;
--color-4: #ddb892;
--color-5: #2c7da0;
}

Whispers of Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4231, #95d5b2, #f6f6f4, #ddb892, #2c7da0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4231, #95d5b2, #f6f6f4, #ddb892, #2c7da0);
}

Whispers of Nature color palette created on .