Twilight Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Harmony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Twilight Harmony Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 10+ Blue color palettes
Twilight Harmony color palette created on .