Dreamy Twilight Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Twilight Hues palette

Share this palette to:

Dreamy Twilight Hues color palette CSS

/* CSS */
.color-1 {
color: #f1ebfa;
}
.color-2 {
color: #cbdcf6;
}
.color-3 {
color: #f3aaf8;
}
.color-4 {
color: #b1bef6;
}
.color-5 {
color: #95aaf3;
}

/* CSS Variables */
:root {
--color-1: #f1ebfa;
--color-2: #cbdcf6;
--color-3: #f3aaf8;
--color-4: #b1bef6;
--color-5: #95aaf3;
}

Dreamy Twilight Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1ebfa, #cbdcf6, #f3aaf8, #b1bef6, #95aaf3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1ebfa, #cbdcf6, #f3aaf8, #b1bef6, #95aaf3);
}

Dreamy Twilight Hues color palette created on .