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: #ffe0eb;
}
.color-2 {
color: #beddfe;
}
.color-3 {
color: #9eb8ff;
}
.color-4 {
color: #7569fc;
}
.color-5 {
color: #3232fb;
}
/* CSS Variables */
:root {
--color-1: #ffe0eb;
--color-2: #beddfe;
--color-3: #9eb8ff;
--color-4: #7569fc;
--color-5: #3232fb;
}
Dreamy Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe0eb, #beddfe, #9eb8ff, #7569fc, #3232fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe0eb, #beddfe, #9eb8ff, #7569fc, #3232fb);
}
Similar color palettes
Dreamy Twilight color palette created on .