Twilight Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Harmony palette

Share this palette to:

Twilight Harmony color palette PNG image

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

Twilight Harmony color palette CSS

/* CSS */
.color-1 {
color: #3a4b69;
}
.color-2 {
color: #4d5f84;
}
.color-3 {
color: #6b7a94;
}
.color-4 {
color: #e1a54c;
}
.color-5 {
color: #d86c4b;
}

/* CSS Variables */
:root {
--color-1: #3a4b69;
--color-2: #4d5f84;
--color-3: #6b7a94;
--color-4: #e1a54c;
--color-5: #d86c4b;
}

Twilight Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a4b69, #4d5f84, #6b7a94, #e1a54c, #d86c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a4b69, #4d5f84, #6b7a94, #e1a54c, #d86c4b);
}

Twilight Harmony color palette created on .