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: #fbf3f3;
}
.color-2 {
color: #b9b1b3;
}
.color-3 {
color: #706b6d;
}
.color-4 {
color: #262429;
}
.color-5 {
color: #1b1a1e;
}
/* CSS Variables */
:root {
--color-1: #fbf3f3;
--color-2: #b9b1b3;
--color-3: #706b6d;
--color-4: #262429;
--color-5: #1b1a1e;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbf3f3, #b9b1b3, #706b6d, #262429, #1b1a1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbf3f3, #b9b1b3, #706b6d, #262429, #1b1a1e);
}
Similar color palettes
Scroll down to explore 2 Pale pink color palettes
Whispers of Twilight color palette created on .