Soft Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Twilight palette

Share this palette to:

Soft Twilight color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #e5d1ff;
}
.color-3 {
color: #b8c8ff;
}
.color-4 {
color: #a2a9d8;
}
.color-5 {
color: #fff0f0;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #e5d1ff;
--color-3: #b8c8ff;
--color-4: #a2a9d8;
--color-5: #fff0f0;
}

Soft Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #e5d1ff, #b8c8ff, #a2a9d8, #fff0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #e5d1ff, #b8c8ff, #a2a9d8, #fff0f0);
}

Soft Twilight color palette created on .