Twilight Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Breeze palette
Twilight Breeze color palette CSS
/* CSS */
.color-1 {
color: #522d7b;
}
.color-2 {
color: #4f6e8c;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #e1b07f;
}
.color-5 {
color: #d9456a;
}
/* CSS Variables */
:root {
--color-1: #522d7b;
--color-2: #4f6e8c;
--color-3: #a5c6d5;
--color-4: #e1b07f;
--color-5: #d9456a;
}
Twilight Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #522d7b, #4f6e8c, #a5c6d5, #e1b07f, #d9456a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #522d7b, #4f6e8c, #a5c6d5, #e1b07f, #d9456a);
}
Similar color palettes
Twilight Breeze color palette created on .