Blue Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sunshine palette

Share this palette to:

Blue Sunshine color palette CSS

/* CSS */
.color-1 {
color: #397ad5;
}
.color-2 {
color: #50b1f7;
}
.color-3 {
color: #7ce1f8;
}
.color-4 {
color: #f7d859;
}
.color-5 {
color: #f9a824;
}

/* CSS Variables */
:root {
--color-1: #397ad5;
--color-2: #50b1f7;
--color-3: #7ce1f8;
--color-4: #f7d859;
--color-5: #f9a824;
}

Blue Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #397ad5, #50b1f7, #7ce1f8, #f7d859, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #397ad5, #50b1f7, #7ce1f8, #f7d859, #f9a824);
}

Blue Sunshine color palette created on .