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: #b9cad4;
}
.color-2 {
color: #7c92a2;
}
.color-3 {
color: #8b645b;
}
.color-4 {
color: #326481;
}
.color-5 {
color: #534241;
}
/* CSS Variables */
:root {
--color-1: #b9cad4;
--color-2: #7c92a2;
--color-3: #8b645b;
--color-4: #326481;
--color-5: #534241;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9cad4, #7c92a2, #8b645b, #326481, #534241);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9cad4, #7c92a2, #8b645b, #326481, #534241);
}
Similar color palettes
Whispers of Twilight color palette created on .