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: #a38880;
}
.color-2 {
color: #988076;
}
.color-3 {
color: #b651f6;
}
.color-4 {
color: #8f7976;
}
.color-5 {
color: #83706d;
}
/* CSS Variables */
:root {
--color-1: #a38880;
--color-2: #988076;
--color-3: #b651f6;
--color-4: #8f7976;
--color-5: #83706d;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a38880, #988076, #b651f6, #8f7976, #83706d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a38880, #988076, #b651f6, #8f7976, #83706d);
}
Similar color palettes
Whispers of Twilight color palette created on .