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: #3b8cd8;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #d85f0e;
}
.color-5 {
color: #a23939;
}
/* CSS Variables */
:root {
--color-1: #3b8cd8;
--color-2: #f5a300;
--color-3: #f1c84b;
--color-4: #d85f0e;
--color-5: #a23939;
}
Blue Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8cd8, #f5a300, #f1c84b, #d85f0e, #a23939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8cd8, #f5a300, #f1c84b, #d85f0e, #a23939);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Sunset color palette created on .