Whispers of the Wistful Woods Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Wistful Woods palette
Whispers of the Wistful Woods color palette CSS
/* CSS */
.color-1 {
color: #3f5b88;
}
.color-2 {
color: #90a3b2;
}
.color-3 {
color: #c7d8e5;
}
.color-4 {
color: #e5b03e;
}
.color-5 {
color: #d86a4b;
}
/* CSS Variables */
:root {
--color-1: #3f5b88;
--color-2: #90a3b2;
--color-3: #c7d8e5;
--color-4: #e5b03e;
--color-5: #d86a4b;
}
Whispers of the Wistful Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5b88, #90a3b2, #c7d8e5, #e5b03e, #d86a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5b88, #90a3b2, #c7d8e5, #e5b03e, #d86a4b);
}
Similar color palettes
Whispers of the Wistful Woods color palette created on .