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: #592c39;
}
.color-2 {
color: #8b4b5e;
}
.color-3 {
color: #c77a8c;
}
.color-4 {
color: #e9b4c1;
}
.color-5 {
color: #f6d5e2;
}
/* CSS Variables */
:root {
--color-1: #592c39;
--color-2: #8b4b5e;
--color-3: #c77a8c;
--color-4: #e9b4c1;
--color-5: #f6d5e2;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c39, #8b4b5e, #c77a8c, #e9b4c1, #f6d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c39, #8b4b5e, #c77a8c, #e9b4c1, #f6d5e2);
}
Similar color palettes
Whispers of Twilight color palette created on .