Whispers of Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
Whispers of Twilight color palette CSS
/* CSS */
.color-1 {
color: #e5d7da;
}
.color-2 {
color: #a89885;
}
.color-3 {
color: #7283da;
}
.color-4 {
color: #b45fa6;
}
.color-5 {
color: #736654;
}
/* CSS Variables */
:root {
--color-1: #e5d7da;
--color-2: #a89885;
--color-3: #7283da;
--color-4: #b45fa6;
--color-5: #736654;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d7da, #a89885, #7283da, #b45fa6, #736654);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d7da, #a89885, #7283da, #b45fa6, #736654);
}
Similar color palettes
Whispers of Twilight color palette created on .