Twilight Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Reverie palette
Color Inspiration
Images that showcase this color palette in real designs
Download Twilight Reverie Color Palette (PNG)
Twilight Reverie color palette CSS
/* CSS */
.color-1 {
color: #e1b9b7;
}
.color-2 {
color: #462c63;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #2f1551;
}
.color-5 {
color: #943d60;
}
/* CSS Variables */
:root {
--color-1: #e1b9b7;
--color-2: #462c63;
--color-3: #000000;
--color-4: #2f1551;
--color-5: #943d60;
}
Twilight Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b9b7, #462c63, #000000, #2f1551, #943d60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b9b7, #462c63, #000000, #2f1551, #943d60);
}
Similar color palettes
Twilight Reverie color palette created on .