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: #ffffff;
}
.color-2 {
color: #e8e7e3;
}
.color-3 {
color: #c7d8bb;
}
.color-4 {
color: #e5be8b;
}
.color-5 {
color: #cf9e59;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e8e7e3;
--color-3: #c7d8bb;
--color-4: #e5be8b;
--color-5: #cf9e59;
}
Whispers of Nature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e8e7e3, #c7d8bb, #e5be8b, #cf9e59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e8e7e3, #c7d8bb, #e5be8b, #cf9e59);
}
Similar color palettes
Whispers of Nature color palette created on .