Whispers of Nature Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Nature palette
Whispers of Nature color palette CSS
/* CSS */
.color-1 {
color: #fadec2;
}
.color-2 {
color: #92c591;
}
.color-3 {
color: #a5a073;
}
.color-4 {
color: #76b573;
}
.color-5 {
color: #be8246;
}
/* CSS Variables */
:root {
--color-1: #fadec2;
--color-2: #92c591;
--color-3: #a5a073;
--color-4: #76b573;
--color-5: #be8246;
}
Whispers of Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadec2, #92c591, #a5a073, #76b573, #be8246);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadec2, #92c591, #a5a073, #76b573, #be8246);
}
Similar color palettes
Whispers of Nature color palette created on .