Blue Ridge Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Ridge Sunset palette

Share this palette to:

Blue Ridge Sunset color palette CSS

/* CSS */
.color-1 {
color: #3a6ea6;
}
.color-2 {
color: #59b5e3;
}
.color-3 {
color: #f0c19e;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #da4e2b;
}

/* CSS Variables */
:root {
--color-1: #3a6ea6;
--color-2: #59b5e3;
--color-3: #f0c19e;
--color-4: #f5a524;
--color-5: #da4e2b;
}

Blue Ridge Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6ea6, #59b5e3, #f0c19e, #f5a524, #da4e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6ea6, #59b5e3, #f0c19e, #f5a524, #da4e2b);
}

Blue Ridge Sunset color palette created on .