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: #4b91e2;
}
.color-2 {
color: #70b1e6;
}
.color-3 {
color: #a1c4e8;
}
.color-4 {
color: #e1f5fe;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #70b1e6;
--color-3: #a1c4e8;
--color-4: #e1f5fe;
--color-5: #ffffff;
}
Twilight Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #70b1e6, #a1c4e8, #e1f5fe, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #70b1e6, #a1c4e8, #e1f5fe, #ffffff);
}
Similar color palettes
Twilight Breeze color palette created on .