Blue Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sunset palette
Blue Sunset color palette PNG image
Blue Sunset color palette CSS
/* CSS */
.color-1 {
color: #046c81;
}
.color-2 {
color: #8a5e00;
}
.color-3 {
color: #8f3c00;
}
.color-4 {
color: #530404;
}
.color-5 {
color: #830b07;
}
/* CSS Variables */
:root {
--color-1: #046c81;
--color-2: #8a5e00;
--color-3: #8f3c00;
--color-4: #530404;
--color-5: #830b07;
}
Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #046c81, #8a5e00, #8f3c00, #530404, #830b07);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #046c81, #8a5e00, #8f3c00, #530404, #830b07);
}
Similar color palettes
Blue Sunset color palette created on .