Bistro Blues and Golden Sunsets Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bistro Blues and Golden Sunsets palette
Bistro Blues and Golden Sunsets color palette CSS
/* CSS */
.color-1 {
color: #002b5c;
}
.color-2 {
color: #005a8a;
}
.color-3 {
color: #0078a3;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #ffb805;
}
/* CSS Variables */
:root {
--color-1: #002b5c;
--color-2: #005a8a;
--color-3: #0078a3;
--color-4: #0095c7;
--color-5: #ffb805;
}
Bistro Blues and Golden Sunsets background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002b5c, #005a8a, #0078a3, #0095c7, #ffb805);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002b5c, #005a8a, #0078a3, #0095c7, #ffb805);
}
Similar color palettes
Bistro Blues and Golden Sunsets color palette created on .