Twilight Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Harmony palette

Share this palette to:

Download Twilight Harmony Color Palette (PNG)

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: #1232d3;
}
.color-2 {
color: #b8694c;
}
.color-3 {
color: #1a1b29;
}
.color-4 {
color: #c7eff4;
}
.color-5 {
color: #86a182;
}

/* CSS Variables */
:root {
--color-1: #1232d3;
--color-2: #b8694c;
--color-3: #1a1b29;
--color-4: #c7eff4;
--color-5: #86a182;
}

Twilight Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1232d3, #b8694c, #1a1b29, #c7eff4, #86a182);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1232d3, #b8694c, #1a1b29, #c7eff4, #86a182);
}

Twilight Harmony color palette created on .