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: #eadeed;
}
.color-2 {
color: #c9c7d6;
}
.color-3 {
color: #afb2c5;
}
.color-4 {
color: #8896af;
}
.color-5 {
color: #6b7a94;
}
/* CSS Variables */
:root {
--color-1: #eadeed;
--color-2: #c9c7d6;
--color-3: #afb2c5;
--color-4: #8896af;
--color-5: #6b7a94;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eadeed, #c9c7d6, #afb2c5, #8896af, #6b7a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eadeed, #c9c7d6, #afb2c5, #8896af, #6b7a94);
}
Similar color palettes
Whispers of Twilight color palette created on .