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: #4c4e70;
}
.color-2 {
color: #6a6e8a;
}
.color-3 {
color: #8b8da7;
}
.color-4 {
color: #b2b2c2;
}
.color-5 {
color: #e7e8f3;
}
/* CSS Variables */
:root {
--color-1: #4c4e70;
--color-2: #6a6e8a;
--color-3: #8b8da7;
--color-4: #b2b2c2;
--color-5: #e7e8f3;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4e70, #6a6e8a, #8b8da7, #b2b2c2, #e7e8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4e70, #6a6e8a, #8b8da7, #b2b2c2, #e7e8f3);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of Twilight color palette created on .