Twilight Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Dream palette

Share this palette to:

Twilight Dream color palette PNG image

Download twilight dream color palette PNG image (landscape)
Download twilight dream color palette PNG image (square)

Twilight Dream color palette CSS

/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #5c5e8a;
}
.color-3 {
color: #909ccb;
}
.color-4 {
color: #c4c0d8;
}
.color-5 {
color: #e0e0f0;
}

/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #5c5e8a;
--color-3: #909ccb;
--color-4: #c4c0d8;
--color-5: #e0e0f0;
}

Twilight Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #5c5e8a, #909ccb, #c4c0d8, #e0e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #5c5e8a, #909ccb, #c4c0d8, #e0e0f0);
}

Twilight Dream color palette created on .