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: #cfc8d5;
}
.color-2 {
color: #a9a0ac;
}
.color-3 {
color: #84717a;
}
.color-4 {
color: #3f3d42;
}
.color-5 {
color: #1a1b1e;
}
/* CSS Variables */
:root {
--color-1: #cfc8d5;
--color-2: #a9a0ac;
--color-3: #84717a;
--color-4: #3f3d42;
--color-5: #1a1b1e;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfc8d5, #a9a0ac, #84717a, #3f3d42, #1a1b1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfc8d5, #a9a0ac, #84717a, #3f3d42, #1a1b1e);
}
Similar color palettes
Whispers of Twilight color palette created on .