Blue Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sunshine palette
Blue Sunshine color palette CSS
/* CSS */
.color-1 {
color: #daec36;
}
.color-2 {
color: #4d94ff;
}
.color-3 {
color: #0077ff;
}
.color-4 {
color: #0058e6;
}
.color-5 {
color: #003d99;
}
/* CSS Variables */
:root {
--color-1: #daec36;
--color-2: #4d94ff;
--color-3: #0077ff;
--color-4: #0058e6;
--color-5: #003d99;
}
Blue Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daec36, #4d94ff, #0077ff, #0058e6, #003d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daec36, #4d94ff, #0077ff, #0058e6, #003d99);
}
Similar color palettes
Blue Sunshine color palette created on .