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: #3d0f4d;
}
.color-2 {
color: #603c67;
}
.color-3 {
color: #7a5c8a;
}
.color-4 {
color: #8f86a7;
}
.color-5 {
color: #b5c2d9;
}
/* CSS Variables */
:root {
--color-1: #3d0f4d;
--color-2: #603c67;
--color-3: #7a5c8a;
--color-4: #8f86a7;
--color-5: #b5c2d9;
}
Twilight Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0f4d, #603c67, #7a5c8a, #8f86a7, #b5c2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0f4d, #603c67, #7a5c8a, #8f86a7, #b5c2d9);
}
Similar color palettes
Twilight Reverie color palette created on .