Serene Forest Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Forest Whisper palette
Serene Forest Whisper color palette CSS
/* CSS */
.color-1 {
color: #a9cbb8;
}
.color-2 {
color: #f3f1e7;
}
.color-3 {
color: #d8c9b6;
}
.color-4 {
color: #6e4d3a;
}
.color-5 {
color: #a5c6d4;
}
/* CSS Variables */
:root {
--color-1: #a9cbb8;
--color-2: #f3f1e7;
--color-3: #d8c9b6;
--color-4: #6e4d3a;
--color-5: #a5c6d4;
}
Serene Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9cbb8, #f3f1e7, #d8c9b6, #6e4d3a, #a5c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9cbb8, #f3f1e7, #d8c9b6, #6e4d3a, #a5c6d4);
}
Similar color palettes
Serene Forest Whisper color palette created on .