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: #e2d5e7;
}
.color-2 {
color: #c6afd4;
}
.color-3 {
color: #a58fc1;
}
.color-4 {
color: #8b60af;
}
.color-5 {
color: #683f88;
}
/* CSS Variables */
:root {
--color-1: #e2d5e7;
--color-2: #c6afd4;
--color-3: #a58fc1;
--color-4: #8b60af;
--color-5: #683f88;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d5e7, #c6afd4, #a58fc1, #8b60af, #683f88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d5e7, #c6afd4, #a58fc1, #8b60af, #683f88);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Whispers of Twilight color palette created on .