Twilight Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Whispers palette
Twilight Whispers color palette CSS
/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #8b6cb2;
}
.color-3 {
color: #b4a5cf;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #8b6cb2;
--color-3: #b4a5cf;
--color-4: #f7b5a1;
--color-5: #ff6e61;
}
Twilight Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #8b6cb2, #b4a5cf, #f7b5a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #8b6cb2, #b4a5cf, #f7b5a1, #ff6e61);
}
Similar color palettes
Twilight Whispers color palette created on .