Dreamy Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Twilight palette
Dreamy Twilight color palette CSS
/* CSS */
.color-1 {
color: #d89eff;
}
.color-2 {
color: #b69eff;
}
.color-3 {
color: #8d66f0;
}
.color-4 {
color: #7c3cb9;
}
.color-5 {
color: #db2814;
}
/* CSS Variables */
:root {
--color-1: #d89eff;
--color-2: #b69eff;
--color-3: #8d66f0;
--color-4: #7c3cb9;
--color-5: #db2814;
}
Dreamy Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d89eff, #b69eff, #8d66f0, #7c3cb9, #db2814);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d89eff, #b69eff, #8d66f0, #7c3cb9, #db2814);
}
Similar color palettes
Scroll down to explore 70+ Violet color palettes
Dreamy Twilight color palette created on .