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: #e7e3e8;
}
.color-2 {
color: #ad97b4;
}
.color-3 {
color: #685f6d;
}
.color-4 {
color: #312530;
}
.color-5 {
color: #2d2023;
}
/* CSS Variables */
:root {
--color-1: #e7e3e8;
--color-2: #ad97b4;
--color-3: #685f6d;
--color-4: #312530;
--color-5: #2d2023;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e3e8, #ad97b4, #685f6d, #312530, #2d2023);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e3e8, #ad97b4, #685f6d, #312530, #2d2023);
}
Similar color palettes
Whispers of Twilight color palette created on .