"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: #cbb4d0;
}
.color-2 {
color: #a197a1;
}
.color-3 {
color: #6d686e;
}
.color-4 {
color: #423d42;
}
.color-5 {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--color-1: #cbb4d0;
--color-2: #a197a1;
--color-3: #6d686e;
--color-4: #423d42;
--color-5: #1c1c1c;
}
"Whispers of Twilight" background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbb4d0, #a197a1, #6d686e, #423d42, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbb4d0, #a197a1, #6d686e, #423d42, #1c1c1c);
}
Similar color palettes
"Whispers of Twilight" color palette created on .