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: #4f4d7a;
}
.color-2 {
color: #7b5ea1;
}
.color-3 {
color: #b89acb;
}
.color-4 {
color: #f1c6d8;
}
.color-5 {
color: #f7a8a1;
}
/* CSS Variables */
:root {
--color-1: #4f4d7a;
--color-2: #7b5ea1;
--color-3: #b89acb;
--color-4: #f1c6d8;
--color-5: #f7a8a1;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4d7a, #7b5ea1, #b89acb, #f1c6d8, #f7a8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4d7a, #7b5ea1, #b89acb, #f1c6d8, #f7a8a1);
}
Similar color palettes
Whispers of Twilight color palette created on .