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: #ebeef5;
}
.color-2 {
color: #bab3e6;
}
.color-3 {
color: #9ea7c2;
}
.color-4 {
color: #8288a1;
}
.color-5 {
color: #555791;
}
/* CSS Variables */
:root {
--color-1: #ebeef5;
--color-2: #bab3e6;
--color-3: #9ea7c2;
--color-4: #8288a1;
--color-5: #555791;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebeef5, #bab3e6, #9ea7c2, #8288a1, #555791);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebeef5, #bab3e6, #9ea7c2, #8288a1, #555791);
}
Similar color palettes
Whispers of Twilight color palette created on .