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