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: #3987d5;
}
.color-2 {
color: #5ec0e4;
}
.color-3 {
color: #a6e1e7;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #3987d5;
--color-2: #5ec0e4;
--color-3: #a6e1e7;
--color-4: #f3ca4f;
--color-5: #f76e6e;
}
Blue Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3987d5, #5ec0e4, #a6e1e7, #f3ca4f, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3987d5, #5ec0e4, #a6e1e7, #f3ca4f, #f76e6e);
}
Similar color palettes
Blue Sunshine color palette created on .