Twilight Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Reverie palette
Twilight Reverie color palette CSS
/* CSS */
.color-1 {
color: #4b3d66;
}
.color-2 {
color: #806c9d;
}
.color-3 {
color: #b7a2c3;
}
.color-4 {
color: #f4dfc3;
}
.color-5 {
color: #f4b943;
}
/* CSS Variables */
:root {
--color-1: #4b3d66;
--color-2: #806c9d;
--color-3: #b7a2c3;
--color-4: #f4dfc3;
--color-5: #f4b943;
}
Twilight Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d66, #806c9d, #b7a2c3, #f4dfc3, #f4b943);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d66, #806c9d, #b7a2c3, #f4dfc3, #f4b943);
}
Similar color palettes
Scroll down to explore 300+ Purple color palettes
Twilight Reverie color palette created on .