Twilight Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Reverie palette
Twilight Reverie color palette PNG image
Twilight Reverie color palette CSS
/* CSS */
.color-1 {
color: #4b3f73;
}
.color-2 {
color: #7c6c9d;
}
.color-3 {
color: #a87aae;
}
.color-4 {
color: #e7b1d5;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #4b3f73;
--color-2: #7c6c9d;
--color-3: #a87aae;
--color-4: #e7b1d5;
--color-5: #ff7092;
}
Twilight Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3f73, #7c6c9d, #a87aae, #e7b1d5, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3f73, #7c6c9d, #a87aae, #e7b1d5, #ff7092);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Twilight Reverie color palette created on .