Twilight Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Harmony palette
Twilight Harmony color palette CSS
/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #5c9cc7;
}
.color-3 {
color: #8db3e2;
}
.color-4 {
color: #a58bc6;
}
.color-5 {
color: #794eb1;
}
/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #5c9cc7;
--color-3: #8db3e2;
--color-4: #a58bc6;
--color-5: #794eb1;
}
Twilight Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #5c9cc7, #8db3e2, #a58bc6, #794eb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #5c9cc7, #8db3e2, #a58bc6, #794eb1);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Twilight Harmony color palette created on .