Blue Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sunset palette
Blue Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffce47;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #b3e4ff;
}
.color-5 {
color: #4d94ff;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffce47;
--color-3: #ffeb8a;
--color-4: #b3e4ff;
--color-5: #4d94ff;
}
Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffce47, #ffeb8a, #b3e4ff, #4d94ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffce47, #ffeb8a, #b3e4ff, #4d94ff);
}
Similar color palettes
Blue Sunset color palette created on .