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: #3c5a9a;
}
.color-2 {
color: #5fa1e3;
}
.color-3 {
color: #a2d7e2;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #3c5a9a;
--color-2: #5fa1e3;
--color-3: #a2d7e2;
--color-4: #f1c40e;
--color-5: #e74d3c;
}

Blue Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5a9a, #5fa1e3, #a2d7e2, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5a9a, #5fa1e3, #a2d7e2, #f1c40e, #e74d3c);
}

Blue Sunshine color palette created on .