Whispers of Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
Download Whispers of Twilight Color Palette (PNG)
Whispers of Twilight color palette CSS
/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #bfa5a1;
}
.color-3 {
color: #a57b78;
}
.color-4 {
color: #6f4c3e;
}
.color-5 {
color: #4a3a36;
}
/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #bfa5a1;
--color-3: #a57b78;
--color-4: #6f4c3e;
--color-5: #4a3a36;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #bfa5a1, #a57b78, #6f4c3e, #4a3a36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #bfa5a1, #a57b78, #6f4c3e, #4a3a36);
}
Similar color palettes
Whispers of Twilight color palette created on .