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: #e4e5e7;
}
.color-2 {
color: #c8bba3;
}
.color-3 {
color: #ada285;
}
.color-4 {
color: #90906f;
}
.color-5 {
color: #737c5f;
}
/* CSS Variables */
:root {
--color-1: #e4e5e7;
--color-2: #c8bba3;
--color-3: #ada285;
--color-4: #90906f;
--color-5: #737c5f;
}
Whispers of Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4e5e7, #c8bba3, #ada285, #90906f, #737c5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4e5e7, #c8bba3, #ada285, #90906f, #737c5f);
}
Similar color palettes
Whispers of Nature color palette created on .